17 lines
411 B
Plaintext
17 lines
411 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.2.1
|
|
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
|
|
}
|