X-Git-Url: http://gitweb/?a=blobdiff_plain;f=pkgutils%2FPkgfile;h=13e6ee85541df21684aeae74f9ae7bac85f16a50;hb=864d2458e913ebc0ec41b8129373d8befcdc3e44;hp=d77469d1a18c6ff21b45a9e3e51281d64911adb3;hpb=d5370f6b19b92e707b8699404ac2edbaeaa9afec;p=ports%2Fcore-arm.git diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index d77469d..13e6ee8 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -1,16 +1,17 @@ # Description: A set of utilities to manage software packages -# URL: http://crux.nu/gitweb/?p=tools/pkgutils.git -# Maintainer: CRUX System Team, core-ports at crux dot nu -# Depends on: libarchive +# URL: http://crux.nu/gitweb/?p=tools/pkgutils.git +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu +# Depends on: libarchive name=pkgutils -version=5.35.1 -release=2 -source=(http://crux.nu/files/$name-$version.tar.gz \ +version=5.40.6 +release=1 +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 }