X-Git-Url: http://gitweb/?a=blobdiff_plain;f=pkgutils%2FPkgfile;h=1e5f59c4df58947ff3fbac8026e70eaabf11af15;hb=70de2376be42f50bd34d6b995daf43964d6b58cb;hp=50eb2c134707b90525fa129138eeee701c6bd1fa;hpb=9950eb7339cb1951cc21a6fd7e04e596d5a71be3;p=ports%2Fcore-arm.git diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index 50eb2c1..1e5f59c 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -1,15 +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.7 +release=1 +source=(http://crux.nu/files/$name-$version.tar.xz \ + pkgmk.conf.patch) build () { - cd $name-$version - make DESTDIR=$PKG install - sed 's|FLAGS=.*|FLAGS="-O2 -pipe"|' -i $PKG/etc/pkgmk.conf + cd $name-$version + patch -p0 -i $SRC/pkgmk.conf.patch + make DESTDIR=$PKG install MANDIR=/usr/share/man }