gmpc-autoplaylist: NEW port

This commit is contained in:
James Mills 2007-02-22 09:07:05 +10:00
parent 833aadc7da
commit ceeeb06aa7
3 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,7 @@
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/
drwxr-xr-x root/root usr/share/gmpc/plugins/apl/
-rw-r--r-- root/root usr/share/gmpc/plugins/apl/apl.glade
-rwxr-xr-x root/root usr/share/gmpc/plugins/libautoplaylist.so

View File

@ -0,0 +1 @@
28742a0015d2d930bf09bf7faeea41d5 gmpc-autoplaylist-0.14.0.tar.gz

19
gmpc-autoplaylist/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: Auto Playlist 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-autoplaylist
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
}