diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
| commit | 93a354611e38a6949add5c2e5ccc93ef79b9755f (patch) | |
| tree | 7fee41752b1047d74c59f8ee046cd62735e7e934 /pkgconf | |
| parent | 35912580b66e9439f91ea441938828ad8aa33b0d (diff) | |
| download | alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.tar.gz alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.zip | |
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'pkgconf')
| -rw-r--r-- | pkgconf/.checksum | 1 | ||||
| -rw-r--r-- | pkgconf/.files | 30 | ||||
| -rw-r--r-- | pkgconf/abuild | 12 |
3 files changed, 43 insertions, 0 deletions
diff --git a/pkgconf/.checksum b/pkgconf/.checksum new file mode 100644 index 00000000..bc4f68f9 --- /dev/null +++ b/pkgconf/.checksum @@ -0,0 +1 @@ +bb105d0f8ab1b5dcb0ed1db76486b90efe463d54ed306fd920f72454e6b8ba55 pkgconf-2.4.3.tar.gz diff --git a/pkgconf/.files b/pkgconf/.files new file mode 100644 index 00000000..be57f191 --- /dev/null +++ b/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.6.0.0 +lrwxrwxrwx root/root usr/lib/libpkgconf.so.6 -> libpkgconf.so.6.0.0 +-rwxr-xr-x root/root usr/lib/libpkgconf.so.6.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/pkgconf/abuild b/pkgconf/abuild new file mode 100644 index 00000000..24802c95 --- /dev/null +++ b/pkgconf/abuild @@ -0,0 +1,12 @@ +name=pkgconf +version=2.4.3 +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 +} |