core/pkgutils/Pkgfile
2017-10-11 23:05:47 +02: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.5
release=1
source=(http://crux.nu/files/$name-$version.tar.xz)
build () {
cd $name-$version
make DESTDIR=$PKG install
}