contrib/gmpc-lastfm/Pkgfile

19 lines
469 B
Plaintext
Raw Normal View History

# Description: Album/Artist/Cover art pluign for gmpc
2007-02-22 00:17:13 +01:00
# URL: http://sarine.nl/gmpc
# Maintainer: Thomas Penteker, tek at serverop dot de
2007-02-22 00:17:13 +01:00
# Packager: James Mills, prologic at shortcircuit dot net dot au
#
# Depends on: gmpc
name=gmpc-lastfm
2009-01-13 00:20:40 +01:00
version=0.17.0
2007-02-22 00:17:13 +01:00
release=1
2009-01-13 00:20:40 +01:00
source=(http://download.sarine.nl/Programs/gmpc/$version/gmpc-last-fm-$version.tar.gz)
2007-02-22 00:17:13 +01:00
build() {
2009-01-13 00:20:40 +01:00
cd gmpc-last-fm-$version
2008-05-19 23:33:25 +02:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2007-02-22 00:17:13 +01:00
}