CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
openssl: Initial import. Forced armv5 build removing armv7 optimization.
[ports/core-arm.git] / pkgutils / Pkgfile
index 50eb2c134707b90525fa129138eeee701c6bd1fa..d3a4c80c36a600e9d0afedd71262f75b46097695 100644 (file)
@@ -1,15 +1,17 @@
 # Description: A set of utilities to manage software packages 
-# URL:         http://crux.nu/gitweb/?p=tools/pkgutils.git
-# Maintainer:  CRUX System Team, core-ports at crux dot nu
-# Depends on:  libarchive
+# URL: http://crux.nu/gitweb/?p=tools/pkgutils.git
+# Maintainer: CRUX System Team, core-ports at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+# Depends on: libarchive
 
 name=pkgutils
-version=5.35.1
-release=2
-source=(http://crux.nu/files/$name-$version.tar.gz)
+version=5.35.2
+release=1
+source=(http://crux.nu/files/$name-$version.tar.gz \
+        pkgmk.conf.patch)
 
 build () {
        cd $name-$version
+       patch -p1 -i $SRC/pkgmk.conf.patch
        make DESTDIR=$PKG install
-       sed 's|FLAGS=.*|FLAGS="-O2 -pipe"|' -i $PKG/etc/pkgmk.conf
 }