From 46ca440e9d6cc606d9c3233021e32d24b25172cf Mon Sep 17 00:00:00 2001 From: emmett1 Date: Fri, 24 May 2024 12:22:12 +0800 Subject: added repos --- repos/extra/pkgconf/.files | 30 ++++++++++++++++++++++++++++++ repos/extra/pkgconf/info | 8 ++++++++ repos/extra/pkgconf/postbuild | 1 + 3 files changed, 39 insertions(+) create mode 100644 repos/extra/pkgconf/.files create mode 100644 repos/extra/pkgconf/info create mode 100644 repos/extra/pkgconf/postbuild (limited to 'repos/extra/pkgconf') diff --git a/repos/extra/pkgconf/.files b/repos/extra/pkgconf/.files new file mode 100644 index 00000000..dcd59e84 --- /dev/null +++ b/repos/extra/pkgconf/.files @@ -0,0 +1,30 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/bomtool +lrwxrwxrwx root/root usr/bin/pkg-config -> pkgconf +-rwxr-xr-x root/root usr/bin/pkgconf +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/pkgconf/ +drwxr-xr-x root/root usr/include/pkgconf/libpkgconf/ +-rw-r--r-- root/root usr/include/pkgconf/libpkgconf/bsdstubs.h +-rw-r--r-- root/root usr/include/pkgconf/libpkgconf/iter.h +-rw-r--r-- root/root usr/include/pkgconf/libpkgconf/libpkgconf-api.h +-rw-r--r-- root/root usr/include/pkgconf/libpkgconf/libpkgconf.h +-rw-r--r-- root/root usr/include/pkgconf/libpkgconf/stdinc.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libpkgconf.so -> libpkgconf.so.5.0.0 +lrwxrwxrwx root/root usr/lib/libpkgconf.so.5 -> libpkgconf.so.5.0.0 +-rwxr-xr-x root/root usr/lib/libpkgconf.so.5.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libpkgconf.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/aclocal/ +-rw-r--r-- root/root usr/share/aclocal/pkg.m4 +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/pkgconf.1.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/pc.5.gz +-rw-r--r-- root/root usr/share/man/man5/pkgconf-personality.5.gz +drwxr-xr-x root/root usr/share/man/man7/ +-rw-r--r-- root/root usr/share/man/man7/pkg.m4.7.gz diff --git a/repos/extra/pkgconf/info b/repos/extra/pkgconf/info new file mode 100644 index 00000000..9183cb7b --- /dev/null +++ b/repos/extra/pkgconf/info @@ -0,0 +1,8 @@ +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 new file mode 100644 index 00000000..7d3f3900 --- /dev/null +++ b/repos/extra/pkgconf/postbuild @@ -0,0 +1 @@ +ln -sf pkgconf $PKG/usr/bin/pkg-config -- cgit v1.2.3