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 ++++++++++++ repos/extra/pkgconf/info | 8 -------- repos/extra/pkgconf/postbuild | 1 - 3 files changed, 12 insertions(+), 9 deletions(-) create mode 100644 repos/extra/pkgconf/abuild delete mode 100644 repos/extra/pkgconf/info delete mode 100644 repos/extra/pkgconf/postbuild (limited to 'repos/extra/pkgconf') 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 +} diff --git a/repos/extra/pkgconf/info b/repos/extra/pkgconf/info deleted file mode 100644 index 9183cb7b..00000000 --- a/repos/extra/pkgconf/info +++ /dev/null @@ -1,8 +0,0 @@ -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" diff --git a/repos/extra/pkgconf/postbuild b/repos/extra/pkgconf/postbuild deleted file mode 100644 index 7d3f3900..00000000 --- a/repos/extra/pkgconf/postbuild +++ /dev/null @@ -1 +0,0 @@ -ln -sf pkgconf $PKG/usr/bin/pkg-config -- cgit v1.2.3