core/pkgutils/Pkgfile
2007-02-26 18:33:20 +01:00

14 lines
327 B
Plaintext

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