CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
openssl: updated to 1.0.2e
[ports/core-arm.git] / pkgutils / Pkgfile
index d77469d1a18c6ff21b45a9e3e51281d64911adb3..c87e910959dfee724d2bc0b897666feb5f84cde2 100644 (file)
@@ -1,16 +1,18 @@
 # 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
+version=5.35.6
+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
+  cd $name-$version
+  patch -p0 -i $SRC/pkgmk.conf.patch
+  sed -i -e "s|\--static||g" -e "s|\-static||g" Makefile
+  make DESTDIR=$PKG install
 }