CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
openssl: updated to 1.0.2n
[ports/core-arm64.git] / pkgutils / Pkgfile
index 7a01d44b06cc21f7bd1b800b1f2353dd73193ed7..5114ef42404b6081d86c1751d9084ae1429141f0 100644 (file)
@@ -5,14 +5,14 @@
 # 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
+#  sed -i -e "s|\--static||g" -e "s|\-static||g" Makefile
   make DESTDIR=$PKG install MANDIR=/usr/share/man
 }