pkgutils: updated to 5.35.0.

This commit is contained in:
Tilman Sauerbeck 2010-06-26 18:51:47 +02:00
parent 04c6a068dc
commit e734addb72
2 changed files with 4 additions and 5 deletions

View File

@ -1 +1 @@
d4f7a2b6e7d33ce4b7f1f25e011441a2 pkgutils-5.34.2.tar.gz
edbe9ace5fb6e9a2cae806d2eabf62f1 pkgutils-5.35.0.tar.gz

View File

@ -4,12 +4,11 @@
# Depends on: libarchive
name=pkgutils
version=5.34.2
release=2
version=5.35.0
release=1
source=(http://crux.nu/files/$name-$version.tar.gz)
build () {
cd $name-$version
LDFLAGS="-static $(pkg-config --libs --static libarchive)" \
make DESTDIR=$PKG install
make DESTDIR=$PKG install
}