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
|
2015-03-25 13:21:55 +01:00
|
|
|
# Depends on: elfutils
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
name=prt-utils
|
2017-05-08 13:41:25 +02:00
|
|
|
version=1.1.1
|
2017-11-08 21:02:43 +01:00
|
|
|
release=2
|
2017-11-08 21:05:44 +01:00
|
|
|
source=(http://crux.nu/files/tools/prt-utils/$name-$version-1.tar.xz)
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
build() {
|
2009-12-03 15:18:10 +01:00
|
|
|
cd $name-$version
|
2016-02-29 17:14:27 +01:00
|
|
|
|
2017-05-08 13:41:25 +02:00
|
|
|
make
|
2016-02-24 17:26:47 +01:00
|
|
|
make DESTDIR=$PKG install
|
2017-05-08 13:41:25 +02:00
|
|
|
|
2016-02-24 17:26:47 +01:00
|
|
|
install -d $PKG/etc/revdep.d
|
2006-02-23 15:26:10 +00:00
|
|
|
}
|