opt/prt-utils/Pkgfile

18 lines
510 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-03-28 19:21:42 +01:00
version=1.3.2
release=2
_commit=2b269ab3bda954cc5d97ff83788171520dd8acab
source=(https://git.crux.nu/tools/$name/archive/$_commit.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
}