opt/prt-utils/Pkgfile

18 lines
456 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
2023-12-21 22:50:34 +01:00
# URL: https://crux.nu/Wiki/PrtUtils
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: elfutils
2006-02-23 16:26:10 +01:00
name=prt-utils
2023-12-21 22:50:34 +01:00
version=1.3.1
2019-06-29 13:53:39 +02:00
release=1
2024-02-20 02:03:42 +01:00
source=(https://git.crux.nu/tools/$name/archive/release-$version.tar.gz)
2023-12-21 22:50:34 +01:00
renames=($name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
2023-12-21 22:50:34 +01:00
cd $name
make
make DESTDIR=$PKG install
install -d $PKG/etc/revdep.d
2006-02-23 16:26:10 +01:00
}