CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
man-pages: updated to 4.09
[crossrootfs.git] / pkgutils / Pkgfile
index bc0c646b0197804464fee3fd227cfa161008d673..8518c337d342c3e0a944ee14eeacb0427784052e 100644 (file)
@@ -5,12 +5,12 @@
 # Depends on: libarchive
 
 name=pkgutils
-version=5.34.2
+version=5.40
 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
-  sed 's|FLAGS=.*|FLAGS=""|' -i $PKG/etc/pkgmk.conf
+  make DESTDIR=$PKG MANDIR=/usr/share/man install
+  sed 's|FLAGS=.*|FLAGS="-O2 -pipe"|' -i $PKG/etc/pkgmk.conf
 }