diff options
Diffstat (limited to 'repos/xorg/uthash')
| -rw-r--r-- | repos/xorg/uthash/.checksum | 1 | ||||
| -rw-r--r-- | repos/xorg/uthash/.files | 8 | ||||
| -rw-r--r-- | repos/xorg/uthash/abuild | 15 |
3 files changed, 0 insertions, 24 deletions
diff --git a/repos/xorg/uthash/.checksum b/repos/xorg/uthash/.checksum deleted file mode 100644 index e0b44a4d..00000000 --- a/repos/xorg/uthash/.checksum +++ /dev/null @@ -1 +0,0 @@ -2a88ecfb875fb7800e771169b364efbe6cfe3c216c499c08828c1c942dc4d94a uthash-2.3.0.tar.gz diff --git a/repos/xorg/uthash/.files b/repos/xorg/uthash/.files deleted file mode 100644 index 5c261537..00000000 --- a/repos/xorg/uthash/.files +++ /dev/null @@ -1,8 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/include/ --rw-r--r-- root/root usr/include/utarray.h --rw-r--r-- root/root usr/include/uthash.h --rw-r--r-- root/root usr/include/utlist.h --rw-r--r-- root/root usr/include/utringbuffer.h --rw-r--r-- root/root usr/include/utstack.h --rw-r--r-- root/root usr/include/utstring.h 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 -} |