opt/prt-utils/Pkgfile

17 lines
411 B
Plaintext
Raw Normal View History

2009-09-11 13:22:00 +02:00
# Description: Collection of scripts for CRUX, mainly oriented towards package and port management
# URL: http://crux.nu/Wiki/PrtUtils
2009-10-06 18:46:47 +02:00
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: elfutils
2006-02-23 16:26:10 +01:00
name=prt-utils
2022-06-10 13:16:07 +02:00
version=1.2.1
2019-06-29 13:53:39 +02:00
release=1
source=(http://crux.nu/files/tools/prt-utils/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build() {
2022-02-12 15:15:25 +01:00
cd $name-$version
make
make DESTDIR=$PKG install
install -d $PKG/etc/revdep.d
2006-02-23 16:26:10 +01:00
}