gmpc-lastfm: NEW port
This commit is contained in:
parent
ceeeb06aa7
commit
df6a7566e0
5
gmpc-lastfm/.footprint
Normal file
5
gmpc-lastfm/.footprint
Normal file
@ -0,0 +1,5 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/gmpc/
|
||||
drwxr-xr-x root/root usr/share/gmpc/plugins/
|
||||
-rwxr-xr-x root/root usr/share/gmpc/plugins/lastfmplugin.so
|
1
gmpc-lastfm/.md5sum
Normal file
1
gmpc-lastfm/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
1ace7659c98b0a20e5962ab2da83c0a5 gmpc-lastfm-0.14.0.tar.gz
|
19
gmpc-lastfm/Pkgfile
Normal file
19
gmpc-lastfm/Pkgfile
Normal file
@ -0,0 +1,19 @@
|
||||
# Description: Album/Artist/Cover art pluign for gmpc
|
||||
# URL: http://sarine.nl/gmpc
|
||||
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
|
||||
# Packager: James Mills, prologic at shortcircuit dot net dot au
|
||||
#
|
||||
# Depends on: gmpc
|
||||
|
||||
name=gmpc-lastfm
|
||||
version=0.14.0
|
||||
release=1
|
||||
source=(http://download.sarine.nl/gmpc-0.14.0/plugins/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
chown -R root:root $PKG
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user