![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit c30d30a977c0a5eda765b700744615b833aacfbe Author: Tim Biermann <tbier@posteo.de> Date: Sat Dec 11 19:29:31 2021 +0100 pkg-config: removed diff --git a/pkg-config/.footprint b/pkg-config/.footprint deleted file mode 100644 index b1887f01..00000000 --- a/pkg-config/.footprint +++ /dev/null @@ -1,9 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/pkg-config -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/pkg-config.1.gz diff --git a/pkg-config/.signature b/pkg-config/.signature deleted file mode 100644 index 66f50b9f..00000000 --- a/pkg-config/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeql+iIU6qld8eEO3fJzZrYwViIWTK4XJUmFi7t655HfjArlcV2rMRIG5NWdvcraZ4OPc4E7M5BEUi0qam1v1ZJgU= -SHA256 (Pkgfile) = 0bc35299d62d9e97b457b6f18bc15752e05f0b87cacfa1aec04ad200675dc2b6 -SHA256 (.footprint) = 3d000c8101b5490ecab69ae63c81e678fca1f16b148da566d6e3de8a9e661a3c -SHA256 (pkg-config-0.29.2.tar.gz) = 6fc69c01688c9458a57eb9a1664c9aba372ccda420a02bf4429fe610e7e7d591 diff --git a/pkg-config/Pkgfile b/pkg-config/Pkgfile deleted file mode 100644 index 7baa0e08..00000000 --- a/pkg-config/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# Description: A system for managing library compile/link flags -# URL: http://pkgconfig.freedesktop.org/wiki/ -# Maintainer: CRUX System Team, core-ports at crux dot nu - -name=pkg-config -version=0.29.2 -release=1 -source=(http://pkgconfig.freedesktop.org/releases/$name-$version.tar.gz) - -build() { - cd $name-$version - - ./configure --prefix=/usr \ - --with-internal-glib \ - --disable-host-tool - make - make DESTDIR=$PKG install - - rm -r $PKG/usr/share/doc -}