opt/prt-utils/Pkgfile

16 lines
424 B
Plaintext
Raw Normal View History

2009-09-11 13:22:00 +02:00
# Description: Collection of scripts for CRUX, mainly oriented towards package and port management
# URL: http://crux.nu/Wiki/PrtUtils
# Maintainer: Johannes Winkelmann, jw at smts dot ch
2006-02-23 16:26:10 +01:00
# Packager: Martin Opel, mo at obbl-net dot de
# Depends on: prt-get
name=prt-utils
2009-09-11 13:22:00 +02:00
version=0.9.2
release=1
source=(http://crux.nu/files/tools/prt-utils/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
make DESTDIR=$PKG install
}