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
2014-03-24 19:50:03 +01:00
version=5.35.6
2012-03-28 19:50:43 +02:00
release=1
2012-11-28 13:36:48 +01:00
source=(http://crux.nu/files/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
2010-06-26 18:51:47 +02:00
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}