X-Git-Url: http://gitweb/?a=blobdiff_plain;f=pkgutils%2FPkgfile;h=f3dd09708e7b1a04c63e9953d4f400edd6ee10a0;hb=b0825fb5a73ac110993419228bb146233de97cd3;hp=c5d056532ef94303adbf9005ded27b6c3e7f1813;hpb=fe1e2a072d4f3c4e9c9d4e2bd9709bb0235c49f3;p=ports%2Fcore-arm.git diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index c5d0565..f3dd097 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -5,13 +5,13 @@ # Depends on: libarchive name=pkgutils -version=5.35.1 +version=5.36 release=2 -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 }