CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
nss: added .signature
[ports/opt-arm.git] / keyutils / Pkgfile
index 0137b4dceb83c877e160fa383d37541aa2b2488d..ea747817981fa54a08938765123529fc31693be7 100644 (file)
@@ -2,9 +2,10 @@
 # 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.9
+version=1.6
 release=2
 source=(http://people.redhat.com/~dhowells/$name/$name-$version.tar.bz2)
 
@@ -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
 }