X-Git-Url: http://gitweb/?a=blobdiff_plain;ds=sidebyside;f=pkgutils%2FPkgfile;h=1e5f59c4df58947ff3fbac8026e70eaabf11af15;hb=70de2376be42f50bd34d6b995daf43964d6b58cb;hp=d3a4c80c36a600e9d0afedd71262f75b46097695;hpb=3aafa1486125ab3511de37d14c7ef00e29c9593c;p=ports%2Fcore-arm.git diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index d3a4c80..1e5f59c 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -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 }