opt/prt-utils/Pkgfile

16 lines
444 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
2006-02-23 16:26:10 +01:00
# Packager: Martin Opel, mo at obbl-net dot de
# Depends on: elfutils
2006-02-23 16:26:10 +01:00
name=prt-utils
2015-09-29 12:13:33 +02:00
version=1.0.2
2012-03-16 09:29:28 +01:00
release=1
source=(http://crux.nu/files/tools/prt-utils/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build() {
2009-12-03 15:18:10 +01:00
cd $name-$version
2015-09-29 12:13:33 +02:00
make DESTDIR=$PKG MANDIR=/usr/man install
2006-02-23 16:26:10 +01:00
}