core/pkgutils/Pkgfile

16 lines
424 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A set of utilities to manage software packages
2006-08-14 10:41:48 +02:00
# URL: http://www.fukt.bsnet.se/~per/pkgutils/
# 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
2009-07-21 19:33:45 +02:00
version=5.34.2
release=2
2006-11-14 22:46:43 +01:00
source=(http://crux.nu/files/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
LDFLAGS="-static $(pkg-config --libs --static libarchive)" \
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}