aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/pkgconf
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-24 15:40:32 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-24 15:40:32 +0000
commitdea2a1fa20fc8e843cd85e5920a67b9054d00b2e (patch)
treef331ff92dc5fd26f5803b483a24a0a21fd9bb97a /repos/extra/pkgconf
parentef5bfeb93345a5a681d88e99775622bf28defd8d (diff)
downloadalicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.tar.gz
alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.zip
Woodpecker CI ef5bfeb93345a5a681d88e99775622bf28defd8d [SKIP CI]
Diffstat (limited to 'repos/extra/pkgconf')
-rw-r--r--repos/extra/pkgconf/.checksum1
-rw-r--r--repos/extra/pkgconf/.files31
-rw-r--r--repos/extra/pkgconf/abuild12
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
-}