CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pkgutils: updated to 5.40
authorVictor Martinez <pitillo@ono.com>
Mon, 1 May 2017 23:51:03 +0000 (01:51 +0200)
committerVictor Martinez <pitillo@ono.com>
Mon, 1 May 2017 23:51:03 +0000 (01:51 +0200)
pkgutils/.md5sum
pkgutils/Pkgfile

index bab39ac0a8eb95c0b2c0c39f32a5a8fa88d5ab51..3324a142230181f2d0086ca51ed06d1fbe723e4e 100644 (file)
@@ -1,2 +1,2 @@
 775edd023bc8cb12acaec49aa98a9a02  pkgmk.conf.patch
-5f4ba23340492548ebf58b0ce7109e69  pkgutils-5.35.6.tar.gz
+7598a513390c081e36ff3f2b8dba3fed  pkgutils-5.40.tar.xz
index 7a01d44b06cc21f7bd1b800b1f2353dd73193ed7..2f44ad861da2f61bf123d0a8714a5ab47df96b09 100644 (file)
@@ -5,14 +5,14 @@
 # Depends on: libarchive
 
 name=pkgutils
-version=5.35.6
+version=5.40
 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
 }