opt/prt-utils/Pkgfile

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