CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
openssl: adapted to 64b
[crossrootfs.git] / pkgutils / Pkgfile
index 66bed7fd950cbaf6f883812b5903ebb1243c4572..5c683204b4dc555909ae79622043cb735aab65cc 100644 (file)
@@ -1,16 +1,16 @@
 # Description: A set of utilities to manage software packages 
 # URL: http://www.fukt.bsnet.se/~per/pkgutils/
 # Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 # Depends on: libarchive
 
 name=pkgutils
-version=5.34.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=""|' -i $PKG/etc/pkgmk.conf
+  make DESTDIR=$PKG MANDIR=/usr/share/man install
+  sed 's|FLAGS=.*|FLAGS="-O2 -pipe -mfloat-abi=hard"|' -i $PKG/etc/pkgmk.conf
 }