# 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.35.2 release=1 source=(http://crux.nu/files/$name-$version.tar.gz \ pkgmk pkgmk.conf) build () { cd $name-$version make DESTDIR=$PKG install install -m 0755 -D $SRC/pkgmk $PKG/usr/bin/pkgmk install -m 0644 -D $SRC/pkgmk.conf $PKG/etc/pkgmk.conf }