diff options
Diffstat (limited to 'repos/extra/pkgconf')
| -rw-r--r-- | repos/extra/pkgconf/.checksum | 1 | ||||
| -rw-r--r-- | repos/extra/pkgconf/.files | 31 | ||||
| -rw-r--r-- | repos/extra/pkgconf/abuild | 12 |
3 files changed, 0 insertions, 44 deletions
diff --git a/repos/extra/pkgconf/.checksum b/repos/extra/pkgconf/.checksum deleted file mode 100644 index 9f15613f..00000000 --- a/repos/extra/pkgconf/.checksum +++ /dev/null @@ -1 +0,0 @@ -b315887c31ff69144fd07389509b512004755c60813c24bfcb66948c02e711f1 pkgconf-2.5.1.tar.gz diff --git a/repos/extra/pkgconf/.files b/repos/extra/pkgconf/.files deleted file mode 100644 index 9e908222..00000000 --- a/repos/extra/pkgconf/.files +++ /dev/null @@ -1,31 +0,0 @@ -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.7.0.0 -lrwxrwxrwx root/root usr/lib/libpkgconf.so.7 -> libpkgconf.so.7.0.0 --rwxr-xr-x root/root usr/lib/libpkgconf.so.7.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/bomtool.1.gz --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/abuild b/repos/extra/pkgconf/abuild deleted file mode 100644 index 0405453e..00000000 --- a/repos/extra/pkgconf/abuild +++ /dev/null @@ -1,12 +0,0 @@ -name=pkgconf -version=2.5.1 -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 -} |