gmpc-converamazon: NEW port

This commit is contained in:
James Mills 2007-02-22 08:36:04 +10:00
parent 328cf0145a
commit a661e5f0a1
3 changed files with 25 additions and 0 deletions

View 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/caaplugin.so

View File

@ -0,0 +1 @@
b2488bab5c70875b7a1ef7ec9f437670 gmpc-coveramazon-0.14.0.tar.gz

19
gmpc-converamazon/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: Cover Art and Album 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-coveramazon
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
}