core/pkgutils/Pkgfile

15 lines
350 B
Plaintext
Raw Normal View History

2021-12-13 11:59:43 +01:00
# Description: A set of utilities to manage software packages
# URL: https://crux.nu/gitweb/?p=tools/pkgutils.git
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: libarchive
2006-02-23 16:26:10 +01:00
name=pkgutils
2022-04-18 16:15:12 +02:00
version=5.40.9
2016-06-15 19:48:39 +02:00
release=1
2021-12-13 11:59:43 +01:00
source=(https://crux.nu/files/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
2016-06-15 19:48:39 +02:00
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}