contrib/gmpc-lastfm/Pkgfile
2009-01-13 00:20:40 +01:00

19 lines
469 B
Plaintext

# Description: Album/Artist/Cover art pluign for gmpc
# URL: http://sarine.nl/gmpc
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: James Mills, prologic at shortcircuit dot net dot au
#
# Depends on: gmpc
name=gmpc-lastfm
version=0.17.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
make
make DESTDIR=$PKG install
}