summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 18 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee5ceaa01af4..8f80e7a0accf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Aug 12 20:37:19 UTC 2016
+# Sat Aug 13 20:06:15 UTC 2016
pkgbase = roccat-tools
pkgdesc = Userland applications to configure and make extended use of ROCCAT devices
pkgver = 5.3.0
- pkgrel = 1
+ pkgrel = 2
url = http://roccat.sourceforge.net
arch = i686
arch = x86_64
@@ -109,6 +109,10 @@ pkgname = roccat-tools-savu
pkgdesc = Userland applications to configure and make extended use of ROCCAT Savu devices
depends = roccat-tools-common
+pkgname = roccat-tools-suora
+ pkgdesc = Userland applications to configure and make extended use of ROCCAT Suora devices
+ depends = roccat-tools-common
+
pkgname = roccat-tools-tyon
pkgdesc = Userland applications to configure and make extended use of ROCCAT Tyon devices
depends = roccat-tools-common
diff --git a/PKGBUILD b/PKGBUILD
index be58cb942cf9..83ee6628d2b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,11 +25,12 @@ pkgname=('roccat-tools-common'
'roccat-tools-ryosmkfx'
'roccat-tools-ryostkl'
'roccat-tools-savu'
+ 'roccat-tools-suora'
'roccat-tools-tyon'
'roccat-tools-nyth')
pkgbase=roccat-tools
pkgver=5.3.0
-pkgrel=1
+pkgrel=2
pkgdesc='Userland applications to configure and make extended use of ROCCAT devices'
arch=('i686' 'x86_64')
url='http://roccat.sourceforge.net'
@@ -262,6 +263,16 @@ package_roccat-tools-tyon() {
install -Dm644 udev/90-roccat-tyon.rules $pkgdir/usr/lib/udev/rules.d/90-roccat-tyon.rules
}
+package_roccat-tools-suora() {
+ pkgdesc='Userland applications to configure and make extended use of ROCCAT Suora devices'
+ depends=('roccat-tools-common')
+
+ cd "$srcdir/$pkgbase-$pkgver/suora"
+ make DESTDIR="$pkgdir/" install
+ cd "$srcdir/$pkgbase-$pkgver"
+ install -Dm644 udev/90-roccat-suora.rules $pkgdir/usr/lib/udev/rules.d/90-roccat-suora.rules
+}
+
package_roccat-tools-nyth() {
pkgdesc='Userland applications to configure and make extended use of ROCCAT Nyth devices'
depends=('roccat-tools-common')