aboutsummaryrefslogtreecommitdiff
path: root/repos/xorg/uthash/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-02-22 16:46:54 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-02-22 16:46:54 +0800
commit5b6cf1d4a79d80ea9c6f9e4ab9653875423fe4cb (patch)
treef1fe27b5a2945c9d83d4e60fbca8c32e3f4881d7 /repos/xorg/uthash/abuild
parent66196c82a820c3d13c833f4c626afad1dacbfc75 (diff)
downloadalicelinux-5b6cf1d4a79d80ea9c6f9e4ab9653875423fe4cb.tar.gz
alicelinux-5b6cf1d4a79d80ea9c6f9e4ab9653875423fe4cb.zip
dropped xorg
Diffstat (limited to 'repos/xorg/uthash/abuild')
-rw-r--r--repos/xorg/uthash/abuild15
1 files changed, 0 insertions, 15 deletions
diff --git a/repos/xorg/uthash/abuild b/repos/xorg/uthash/abuild
deleted file mode 100644
index 43bab6ee..00000000
--- a/repos/xorg/uthash/abuild
+++ /dev/null
@@ -1,15 +0,0 @@
-name=uthash
-version=2.3.0
-release=1
-source="https://github.com/troydhanson/$name/archive/v$version/$name-$version.tar.gz"
-
-build() {
- cd src
- # create directory for header files
- install -dm755 $PKG/usr/include/
-
- # install header files in /usr/include
- for h in *.h; do
- install -m 644 ${h} $PKG/usr/include/
- done
-}