core/pkgutils/Pkgfile

16 lines
424 B
Plaintext

# Description: A set of utilities to manage software packages
# URL: http://www.fukt.bsnet.se/~per/pkgutils/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: libarchive
name=pkgutils
version=5.34.2
release=2
source=(http://crux.nu/files/$name-$version.tar.gz)
build () {
cd $name-$version
LDFLAGS="-static $(pkg-config --libs --static libarchive)" \
make DESTDIR=$PKG install
}