summaryrefslogtreecommitdiff
path: root/prt-utils/Pkgfile
blob: 70369fae39840faf2fc8be93f48672830116f153 (plain)
    1 # Description: Collection of scripts for CRUX, mainly oriented towards package and port management
    2 # URL: http://crux.nu/Wiki/PrtUtils
    3 # Maintainer: Juergen Daubert, jue at crux dot nu
    4 # Depends on: elfutils
    5 
    6 name=prt-utils
    7 version=1.2.1
    8 release=1
    9 source=(http://crux.nu/files/tools/prt-utils/$name-$version.tar.xz)
   10 
   11 build() {
   12 	cd $name-$version
   13 	make
   14 	make DESTDIR=$PKG install
   15 	install -d $PKG/etc/revdep.d
   16 }

Generated by cgit