X-Git-Url: http://gitweb/?a=blobdiff_plain;f=pkgutils%2FPkgfile;h=13e6ee85541df21684aeae74f9ae7bac85f16a50;hb=864d2458e913ebc0ec41b8129373d8befcdc3e44;hp=7f2bc4abae5e179bd87f3a03a0c383131e2af6ae;hpb=04b0f3e906f6485554c80a1946d6558933b09fe9;p=ports%2Fcore-arm.git diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index 7f2bc4a..13e6ee8 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -5,13 +5,13 @@ # Depends on: libarchive name=pkgutils -version=5.35.5 +version=5.40.6 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 }