gmpc-stopbutton: NEW port

This commit is contained in:
James Mills 2007-02-22 09:19:38 +10:00
parent 81f082bcfd
commit 3818ead9d0
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/libstopbutton.so

1
gmpc-stopbutton/.md5sum Normal file
View File

@ -0,0 +1 @@
e656caa290afe669cbd8fba2b332e486 gmpc-stopbutton-0.14.0.tar.gz

19
gmpc-stopbutton/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: Stop Button 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-stopbutton
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
}