opt/prt-utils/Pkgfile

17 lines
459 B
Plaintext

# Description: Collection of scripts for CRUX, mainly oriented towards package and port management
# URL: http://crux.nu/Wiki/PrtUtils
# Maintainer: Juergen Daubert, jue at crux dot nu
# Packager: Martin Opel, mo at obbl-net dot de
# Depends on: elfutils
name=prt-utils
version=1.1
release=1
source=(http://crux.nu/files/tools/prt-utils/$name-$version.tar.xz)
build() {
cd $name-$version
make DESTDIR=$PKG install
install -d $PKG/etc/revdep.d
}