ports/opt (3.4): keyutils: fix location of libkeyutils.pc
commit 2ed382edae64786cf0527389f977ca4a59aefa6b Author: Juergen Daubert <jue@jue.li> Date: Fri Nov 23 16:19:40 2018 +0100 keyutils: fix location of libkeyutils.pc diff --git a/keyutils/.footprint b/keyutils/.footprint index e03b4744c..b8ff86c00 100644 --- a/keyutils/.footprint +++ b/keyutils/.footprint @@ -6,8 +6,6 @@ drwxr-xr-x root/root etc/request-key.d/ drwxr-xr-x root/root lib/ lrwxrwxrwx root/root lib/libkeyutils.so.1 -> libkeyutils.so.1.8 -rwxr-xr-x root/root lib/libkeyutils.so.1.8 -drwxr-xr-x root/root lib/pkgconfig/ --rwxr-xr-x root/root lib/pkgconfig/libkeyutils.pc drwxr-xr-x root/root sbin/ -rwxr-xr-x root/root sbin/key.dns_resolver -rwxr-xr-x root/root sbin/request-key @@ -17,6 +15,8 @@ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libkeyutils.a lrwxrwxrwx root/root usr/lib/libkeyutils.so -> /lib/libkeyutils.so.1 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libkeyutils.pc drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/keyutils/ -rwxr-xr-x root/root usr/share/keyutils/request-key-debug.sh diff --git a/keyutils/.signature b/keyutils/.signature index 547c55098..685d25f77 100644 --- a/keyutils/.signature +++ b/keyutils/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/T3X99uo2uqNFPD3S3FBn++/nxBhFlu6tiDx8AWATkKExNyenuQvKii8di1YukeKPEBWHGPLiuN97lGo+XOlHwk= -SHA256 (Pkgfile) = 0d78786f4b254c7b67e367301ab13e3b18a3ce34c43f409b123ad943006bf292 -SHA256 (.footprint) = 6ab9c9ab9bed28ccea02579a7c9d9ce7c4a78d4229f9860fa28a46a632579853 +RWSE3ohX2g5d/XArpJWoBt7UbYMuAMc7S/DdBK89cahUDWWzzhwXxuktLmeb5j/ijIlJ2uCb/xFjipgiPlEywNzag8R0XmujUgU= +SHA256 (Pkgfile) = 373dedb5227761c70210d5e45c23b10444e2f0545bf484f6e93907f83198e1e4 +SHA256 (.footprint) = ecc4f9cd577b0a6bcc7df1707b9f6a870569edc0526fa15c0c648b4e136467a5 SHA256 (keyutils-1.6.tar.bz2) = d3aef20cec0005c0fa6b4be40079885567473185b1a57b629b030e67942c7115 diff --git a/keyutils/Pkgfile b/keyutils/Pkgfile index c4177123b..df165261e 100644 --- a/keyutils/Pkgfile +++ b/keyutils/Pkgfile @@ -4,12 +4,17 @@ name=keyutils version=1.6 -release=1 +release=2 source=(http://people.redhat.com/~dhowells/$name/$name-$version.tar.bz2) build () { cd $name-$version + sed -i "/^CFLAGS/s/-g/$CFLAGS/" Makefile + make make install DESTDIR=$PKG USRLIBDIR=/usr/lib LIBDIR=/lib + + mv $PKG/lib/pkgconfig $PKG/usr/lib + chmod 0644 $PKG/usr/lib/pkgconfig/libkeyutils.pc }
participants (1)
-
crux@crux.nu