CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
nss: added .signature
[ports/opt-arm.git] / keyutils / Pkgfile
index ba57b3189f15e66bbf74960cb4179b75d4c0d124..ea747817981fa54a08938765123529fc31693be7 100644 (file)
@@ -6,7 +6,7 @@
 
 name=keyutils
 version=1.6
-release=1
+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
 }