opt/prt-utils/Pkgfile
Fredrik Rinnestam 0c981abf16 prt-utils: use another filename for source to avoid confusion
This change is already messy enough :-)
2017-11-08 21:05:44 +01:00

19 lines
431 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
# Depends on: elfutils
name=prt-utils
version=1.1.1
release=2
source=(http://crux.nu/files/tools/prt-utils/$name-$version-1.tar.xz)
build() {
cd $name-$version
make
make DESTDIR=$PKG install
install -d $PKG/etc/revdep.d
}