diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-24 12:22:12 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-24 12:22:12 +0800 |
| commit | 46ca440e9d6cc606d9c3233021e32d24b25172cf (patch) | |
| tree | eeb573e47ac56498fbf74bda6d22fac47038ecab /repos/extra/pkgconf | |
| parent | 8c2e7bb570c11a51fdcecf7302af4058757d862c (diff) | |
| download | alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.tar.gz alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.zip | |
added repos
Diffstat (limited to 'repos/extra/pkgconf')
| -rw-r--r-- | repos/extra/pkgconf/.files | 30 | ||||
| -rw-r--r-- | repos/extra/pkgconf/info | 8 | ||||
| -rw-r--r-- | repos/extra/pkgconf/postbuild | 1 |
3 files changed, 39 insertions, 0 deletions
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 |