summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMathieu OTHACEHE2015-06-11 17:54:39 +0200
committerMathieu OTHACEHE2015-06-11 17:54:39 +0200
commit8b2014e083b9f74f8f161362650666e0ffb4423f (patch)
tree0862053ce41162c9e2f5e22b8b5c74678c408b0c /PKGBUILD
downloadaur-g15rhythmbox.tar.gz
Initial import
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 18 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..acfa0676795f
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Contributor: refujee <refujee@gmail.com>
+pkgname=g15rhythmbox
+pkgver=0.1
+pkgrel=1
+pkgdesc="A plugin to display Rhythmbox information on a Logitech G15 LCD"
+arch=(i686 x86_64)
+url="http://mail.gnome.org/archives/rhythmbox-devel/2008-July/msg00062.html"
+license=('GPL')
+depends=(g15composer g15daemon rhythmbox)
+source=(http://www.mail-archive.com/rhythmbox-devel@gnome.org/msg05390/LogitechG15.tar.gz)
+md5sums=('f3639f1776bcda47d428a45ac2b63973')
+
+build() {
+ cd $startdir/src/
+ pwd
+ cp -R LogitechG15 /usr/lib/rhythmbox/plugins
+}
+