core/pkgutils/Pkgfile

15 lines
359 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A set of utilities to manage software packages
2010-08-31 19:28:09 +02:00
# URL: http://crux.nu/gitweb/?p=tools/pkgutils.git
# Maintainer: CRUX System Team, core-ports at crux dot nu
2007-04-21 13:16:28 +02:00
# Depends on: libarchive
2006-02-23 16:26:10 +01:00
name=pkgutils
2018-02-14 17:20:47 +01:00
version=5.40.7
2016-06-15 19:48:39 +02:00
release=1
2015-07-25 12:56:14 +02:00
source=(http://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
}