19 lines
497 B
Plaintext
Raw Normal View History

2016-06-02 11:17:48 +02:00
# Description: A set of utilities to manage software packages
# URL: http://crux.nu/gitweb/?p=tools/pkgutils.git
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
# Depends on: libarchive
name=pkgutils
2023-10-23 21:45:24 +02:00
version=5.40.10
2016-06-02 11:17:48 +02:00
release=1
2017-05-02 01:51:03 +02:00
source=(http://crux.nu/files/$name-$version.tar.xz \
2022-10-06 14:18:32 +02:00
pkgmk.conf)
2016-06-02 11:17:48 +02:00
build () {
cd $name-$version
make DESTDIR=$PKG install
2022-10-06 14:18:32 +02:00
install -D -m 0644 $SRC/pkgmk.conf $PKG/etc/pkgmk.conf
2016-06-02 11:17:48 +02:00
}