CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
openssl: updated to 1.0.2m
[ports/core-arm.git] / pkgutils / Pkgfile
index 7a01d44b06cc21f7bd1b800b1f2353dd73193ed7..6d98697432ee56cb63a49c63f9c1ac7a1d2289f2 100644 (file)
@@ -5,14 +5,13 @@
 # Depends on: libarchive
 
 name=pkgutils
-version=5.35.6
+version=5.40.5
 release=1
-source=(http://crux.nu/files/$name-$version.tar.gz \
+source=(http://crux.nu/files/$name-$version.tar.xz \
         pkgmk.conf.patch)
 
 build () {
   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 MANDIR=/usr/share/man
 }