ports/core (3.7): pkgconf: change maintainership and syntax
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit d88c396fe31d1ac81708d37ecaf64c04ae91bbdb Author: Tim Biermann <tbier@posteo.de> Date: Mon Dec 13 12:00:04 2021 +0100 pkgconf: change maintainership and syntax diff --git a/pkgconf/.signature b/pkgconf/.signature index c07760a5..3cdd2ad1 100644 --- a/pkgconf/.signature +++ b/pkgconf/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqskAYOrK+P7IChX2xC+oyDXWf4atDKQAzNNGJJcsccwofk1SsdUt6DaQGD5eNI27ezVRSCAmYaqcpNrzHo1QMgA= -SHA256 (Pkgfile) = 3b1b70f434f3e2e842596f4a16cc4fb732f05bb05be75f4cd519059aa7aeb866 +RWRJc1FUaeVeqvYbsskYWOjKGTbA6qK5G+UEGphx9Ptk3Elk6w/SfpdWgDrTUJEC4zqBobFwkVVO5iPp/oYLPBtlmsTKtv+BkQk= +SHA256 (Pkgfile) = 8be9ebb6f00c67825c9966b08d182e10607e746d954ae2ea5da17e9d8e7a9bbf SHA256 (.footprint) = ca9261ea80b8374ac211e5a0e431e6f746aaaa06d7ea86376f0d50a45586a7f7 SHA256 (pkgconf-1.8.0.tar.xz) = ef9c7e61822b7cb8356e6e9e1dca58d9556f3200d78acab35e4347e9d4c2bbaf SHA256 (i686-pc-linux-gnu.personality) = 6697c6db7deaae269ea75624a70e80949241f2cf59a537f31ecfcac726d90bc1 diff --git a/pkgconf/Pkgfile b/pkgconf/Pkgfile index 77af37de..20c30f26 100644 --- a/pkgconf/Pkgfile +++ b/pkgconf/Pkgfile @@ -1,6 +1,6 @@ # Description: A system for managing library compile/link flags. # URL: https://git.sr.ht/~kaniini/pkgconf -# Maintainer: Tim Biermann, tbier at posteo dot de +# Maintainer: CRUX System Team, core-ports at crux dot nu # Depends on: meson ninja name=pkgconf @@ -10,24 +10,24 @@ source=(https://distfiles.dereferenced.org/pkgconf/$name-$version.tar.xz i686-pc-linux-gnu.personality x86_64-pc-linux-gnu.personality) build() { - meson $name-$version build \ - --prefix=/usr \ - --buildtype=plain \ - --wrap-mode=nodownload \ - -D b_lto=true \ - -D b_pie=true \ - -D tests=false - ninja -C build - DESTDIR=$PKG ninja -C build install + meson $name-$version build \ + --prefix=/usr \ + --buildtype=plain \ + --wrap-mode=nodownload \ + -D b_lto=true \ + -D b_pie=true \ + -D tests=false + ninja -C build + DESTDIR=$PKG ninja -C build install - install -Dt $PKG/usr/share/pkgconfig/personality.d -m644 \ - i686-pc-linux-gnu.personality \ - x86_64-pc-linux-gnu.personality - ln -s pkgconf $PKG/usr/bin/i686-pc-linux-gnu-pkg-config - ln -s pkgconf $PKG/usr/bin/x86_64-pc-linux-gnu-pkg-config - ln -s pkgconf $PKG/usr/bin/pkg-config + install -Dt $PKG/usr/share/pkgconfig/personality.d -m644 \ + i686-pc-linux-gnu.personality \ + x86_64-pc-linux-gnu.personality + ln -s pkgconf $PKG/usr/bin/i686-pc-linux-gnu-pkg-config + ln -s pkgconf $PKG/usr/bin/x86_64-pc-linux-gnu-pkg-config + ln -s pkgconf $PKG/usr/bin/pkg-config - ln -s pkgconf.1 $PKG/usr/share/man/man1/pkg-config.1 + ln -s pkgconf.1 $PKG/usr/share/man/man1/pkg-config.1 - rm -rf $PKG/usr/share/doc + rm -rf $PKG/usr/share/doc }
participants (1)
-
crux@crux.nu