core/pkgutils/Pkgfile

14 lines
320 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: Per Lid<69>n, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
name=pkgutils
2006-11-14 22:46:43 +01:00
version=5.21
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
}