CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
elfutils: inital import
[crossrootfs.git] / pkgutils / Pkgfile
index 3035717c7bb2406ec8f1224c2e4b7b1d94ad843e..d4f87a3c6d1287e6ce7768ae5b5a65608300dd60 100644 (file)
@@ -5,12 +5,12 @@
 # Depends on: libarchive
 
 name=pkgutils
-version=5.35.6
+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
-  sed 's|FLAGS=.*|FLAGS="-O2 -pipe -mfloat-abi=hard"|' -i $PKG/etc/pkgmk.conf
+  make DESTDIR=$PKG MANDIR=/usr/share/man install
+  sed 's|FLAGS=.*|FLAGS="-O2 -pipe"|' -i $PKG/etc/pkgmk.conf
 }