From 239ced844ea434e623686094af3de168f90e4391 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Thu, 13 Jun 2024 00:25:03 +0800 Subject: repos updated --- repos/extra/pkgconf/abuild | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 repos/extra/pkgconf/abuild (limited to 'repos/extra/pkgconf/abuild') diff --git a/repos/extra/pkgconf/abuild b/repos/extra/pkgconf/abuild new file mode 100644 index 00000000..99eab210 --- /dev/null +++ b/repos/extra/pkgconf/abuild @@ -0,0 +1,12 @@ +name=pkgconf +version=2.2.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 +} -- cgit v1.2.3