16 lines
424 B
Plaintext
16 lines
424 B
Plaintext
# 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
|
|
# Packager: Martin Opel, mo at obbl-net dot de
|
|
# Depends on: prt-get
|
|
|
|
name=prt-utils
|
|
version=0.9.2
|
|
release=1
|
|
source=(http://crux.nu/files/tools/prt-utils/$name-$version.tar.gz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
make DESTDIR=$PKG install
|
|
}
|