X-Git-Url: http://gitweb/?a=blobdiff_plain;f=keyutils%2FPkgfile;h=ea747817981fa54a08938765123529fc31693be7;hb=a35dd6c00dfc4a48f2c99a37d840e770b3f84599;hp=f9a2066d0e926593e08ab58d8cc1ab3e1cccbefa;hpb=12e890ca6ddc46438bda80c9fa8f4c42df590944;p=ports%2Fopt-arm.git diff --git a/keyutils/Pkgfile b/keyutils/Pkgfile index f9a2066..ea74781 100644 --- a/keyutils/Pkgfile +++ b/keyutils/Pkgfile @@ -2,10 +2,11 @@ # URL: http://www.kernel.org/ # Maintainer: Juergen Daubert, jue at crux dot nu # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu +# Depends on: krb5 name=keyutils -version=1.5.10 -release=1 +version=1.6 +release=2 source=(http://people.redhat.com/~dhowells/$name/$name-$version.tar.bz2) build () { @@ -17,4 +18,7 @@ build () { 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 }