# 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.4
release=1
source=(http://crux.nu/files/tools/prt-utils/$name-$version.tar.xz)

build() {
    cd $name-$version

    make
    make DESTDIR=$PKG install
    
    install -d $PKG/etc/revdep.d
}
