CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
sed: updated to 4.5
[crossrootfs.git] / pkgutils / Pkgfile
index a2b8e2dfce2ad37f8c7f93b345f1446f188141f8..9e956f08d3d56b77763dd3454d8b94180013e5ce 100644 (file)
@@ -5,12 +5,12 @@
 # Depends on: libarchive
 
 name=pkgutils
-version=5.35.2
+version=5.40.7
 release=1
-source=(http://crux.nu/files/$name-$version.tar.gz)
+source=(http://crux.nu/files/$name-$version.tar.xz)
 
 build () {
   cd $name-$version
-  make DESTDIR=$PKG install
+  make DESTDIR=$PKG MANDIR=/usr/share/man install
   sed 's|FLAGS=.*|FLAGS="-O2 -pipe -mfloat-abi=hard"|' -i $PKG/etc/pkgmk.conf
 }