CRUX-ARM : Home

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