# Description: A set of utilities to manage software packages # URL: http://www.fukt.bsnet.se/~per/pkgutils/ # 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.40 release=1 source=(http://crux.nu/files/$name-$version.tar.xz) build () { cd $name-$version make DESTDIR=$PKG MANDIR=/usr/share/man install sed 's|FLAGS=.*|FLAGS="-O2 -pipe"|' -i $PKG/etc/pkgmk.conf }