diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-18 00:15:24 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-18 00:15:24 +0800 |
| commit | b5a8a6c29e40f786ceb808c0b95f01c4251111d1 (patch) | |
| tree | 78e38b50664693918e3f3946714cb6bb9df8dce9 /repos/xorg/uthash/abuild | |
| parent | df36bfd61252b7c543ab1efbfc5482b453805b0f (diff) | |
| download | alicelinux-b5a8a6c29e40f786ceb808c0b95f01c4251111d1.tar.gz alicelinux-b5a8a6c29e40f786ceb808c0b95f01c4251111d1.zip | |
added clang branch
Diffstat (limited to 'repos/xorg/uthash/abuild')
| -rw-r--r-- | repos/xorg/uthash/abuild | 15 |
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 -} |