gmpc-lastfm: 0.18.0 -> 0.19.0

This commit is contained in:
Thomas Penteker 2009-09-19 17:45:08 +02:00
parent 656acc3bf3
commit 60ac5af821
2 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
80229e4ff801f2fa001c056c4cf02738 gmpc-last-fm-0.18.0.tar.gz
51d7bf7397c15a3272271d8d4c493b09 gmpc-last-fm-0.19.0.tar.gz

View File

@ -6,13 +6,14 @@
# Depends on: gmpc
name=gmpc-lastfm
version=0.18.0
version=0.19.0
release=1
source=(http://download.sarine.nl/Programs/gmpc/$version/gmpc-last-fm-$version.tar.gz)
build() {
cd gmpc-last-fm-$version
./configure --prefix=/usr
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}