CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
nss: added .signature
[ports/opt-arm.git] / keyutils / Pkgfile
index f9a2066d0e926593e08ab58d8cc1ab3e1cccbefa..ea747817981fa54a08938765123529fc31693be7 100644 (file)
@@ -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
 }