gmpc-stopbutton: NEW port
This commit is contained in:
parent
81f082bcfd
commit
3818ead9d0
5
gmpc-stopbutton/.footprint
Normal file
5
gmpc-stopbutton/.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/libstopbutton.so
|
1
gmpc-stopbutton/.md5sum
Normal file
1
gmpc-stopbutton/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
e656caa290afe669cbd8fba2b332e486 gmpc-stopbutton-0.14.0.tar.gz
|
19
gmpc-stopbutton/Pkgfile
Normal file
19
gmpc-stopbutton/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user