pkg-get: updated to 0.4.4

This commit is contained in:
Simone Rota 2006-04-23 16:11:10 +00:00
parent 5a944647ea
commit 7bc649f23d
2 changed files with 4 additions and 7 deletions

View File

@ -1,2 +1 @@
6e5c03cf8f09df79404e0867dd3d1b60 pkg-get-0.4.3-missingport.patch
8fe64e862054f8b2b47c0208564a638b pkg-get-0.4.3.tar.gz
e5d255cd14d2fea3e5b7b3cf89ca078e pkg-get-0.4.4.tar.gz

View File

@ -5,13 +5,11 @@
# Depends on:
name=pkg-get
version=0.4.3
release=2
source=(http://www.varlock.com/files/$name-$version.tar.gz \
http://www.varlock.com/files/$name-$version-missingport.patch)
version=0.4.4
release=1
source=(http://www.varlock.com/files/$name-$version.tar.gz)
build() {
cd $name-$version
patch -p1 < ../$name-$version-missingport.patch
make PREFIX=$PKG/usr CFGDIR=$PKG/etc install
}