core/pkgutils/Pkgfile
2017-02-23 20:31:37 +01:00

15 lines
359 B
Plaintext

# 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.40.1
release=1
source=(http://crux.nu/files/$name-$version.tar.xz)
build () {
cd $name-$version
make DESTDIR=$PKG install
}