# 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 name=pkgutils version=5.36 release=3 source=(http://crux.nu/files/$name-$version.tar.xz dest_array_pkgmk.patch) build () { cd $name-$version patch -p1 -i $SRC/pkgmk_rename_array.patch make DESTDIR=$PKG MANDIR=/usr/share/man install }