CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libgmp: updated to 6.2.0
[ports/core-arm.git] / pkgutils / Pkgfile
index d3a4c80c36a600e9d0afedd71262f75b46097695..1e5f59c4df58947ff3fbac8026e70eaabf11af15 100644 (file)
@@ -5,13 +5,13 @@
 # Depends on: libarchive
 
 name=pkgutils
-version=5.35.2
+version=5.40.7
 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 -p1 -i $SRC/pkgmk.conf.patch
-       make DESTDIR=$PKG install
+  cd $name-$version
+  patch -p0 -i $SRC/pkgmk.conf.patch
+  make DESTDIR=$PKG install MANDIR=/usr/share/man
 }