core/pkgutils/Pkgfile

14 lines
327 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A set of utilities to manage software packages
2006-08-14 10:41:48 +02:00
# URL: http://www.fukt.bsnet.se/~per/pkgutils/
# Maintainer: CRUX System Team, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
name=pkgutils
2007-02-26 18:33:20 +01:00
version=5.22
2006-11-14 22:46:43 +01:00
release=1
source=(http://crux.nu/files/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}