contrib/gmpc-lastfm/Pkgfile

20 lines
539 B
Plaintext
Raw Normal View History

# Description: Album/Artist/Cover art pluign for gmpc
2020-07-12 20:48:11 +02:00
# URL: https://gmpc.fandom.com/wiki/Gnome_Music_Player_Client
# 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
2010-04-02 17:18:23 +02:00
version=0.20.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
2009-09-19 17:45:08 +02:00
./configure --prefix=/usr --disable-nls
2008-05-19 23:33:25 +02:00
make
make DESTDIR=$PKG install
2009-09-19 17:45:08 +02:00
rm -r $PKG/usr/share
2007-02-22 00:17:13 +01:00
}