CRUX-ARM : Home

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