aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/pkgconf/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2iligrams@protonmail.com>2025-03-12 04:01:18 +0100
committeremmett1 <emmett1.2iligrams@protonmail.com>2025-03-12 04:01:18 +0100
commitddd8e1a8fab2ac39396282a7c09ddf6eca219613 (patch)
tree12796519575126d60e06d02e9eab68856229cf58 /repos/extra/pkgconf/abuild
parentb5a8a6c29e40f786ceb808c0b95f01c4251111d1 (diff)
downloadalicelinux-ddd8e1a8fab2ac39396282a7c09ddf6eca219613.tar.gz
alicelinux-ddd8e1a8fab2ac39396282a7c09ddf6eca219613.zip
clang repos updated
Diffstat (limited to 'repos/extra/pkgconf/abuild')
-rwxr-xr-xrepos/extra/pkgconf/abuild12
1 files changed, 0 insertions, 12 deletions
diff --git a/repos/extra/pkgconf/abuild b/repos/extra/pkgconf/abuild
deleted file mode 100755
index b3ff2770..00000000
--- a/repos/extra/pkgconf/abuild
+++ /dev/null
@@ -1,12 +0,0 @@
-name=pkgconf
-version=2.3.0
-release=1
-source="http://distfiles.dereferenced.org/$name/$name-$version.tar.gz"
-build_type=configure_build
-build_opt="--with-pkg-config-dir=/usr/lib/pkgconfig:/usr/share/pkgconfig
- --with-system-libdir=/lib:/usr/lib
- --with-system-includedir=/usr/include"
-
-postbuild() {
- ln -sf pkgconf $PKG/usr/bin/pkg-config
-}