summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornull2016-01-06 23:29:48 -0500
committernull2016-01-06 23:29:48 -0500
commit6277798a46f4dd2d111ee0bb3ae22f61fb974f51 (patch)
treecbb6786c20faf5066e0d488b923b0a1c98ed9954
downloadaur-6277798a46f4dd2d111ee0bb3ae22f61fb974f51.tar.gz
Initial version
-rw-r--r--.SRCINFO32
-rw-r--r--PKGBUILD17
2 files changed, 49 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..e9ee3e9b252b
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,32 @@
+# Generated by mksrcinfo v8
+# Thu Jan 7 04:29:37 UTC 2016
+pkgbase = splashtop-client
+ pkgdesc = A client for splashtop.
+ pkgver = 2.4.0.1
+ pkgrel = 1
+ url = http://www.splashtop.com/linux#download-client
+ arch = i686
+ arch = x86_64
+ license = commercial
+ depends = apr
+ depends = apr-util
+ depends = bash-completion
+ depends = gcc-libs
+ depends = glibc
+ depends = libavcodec53
+ depends = libavcodec-extra-53
+ depends = libavformat53
+ depends = libavformat-extra-53
+ depends = libavutil51
+ depends = libavutil-extra-51
+ depends = libswscale2
+ depends = libswscale-extra-2
+ depends = openssl
+ depends = python
+ depends = python-crypto
+ depends = sdl
+ source = http://d17kmd0va0f0mp.cloudfront.net/linuxclient/splashtop-client_1204_2.4.0.1-1_i386.deb
+ md5sums = SKIP
+
+pkgname = splashtop-client
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..f35a3f13c81a
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+pkgname=splashtop-client
+pkgdesc="A client for splashtop."
+pkgver=2.4.0.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://www.splashtop.com/linux#download-client"
+license=('commercial')
+source=(http://d17kmd0va0f0mp.cloudfront.net/linuxclient/splashtop-client_1204_2.4.0.1-1_i386.deb)
+md5sums=('SKIP')
+depends=('apr' 'apr-util' 'bash-completion' 'gcc-libs' 'glibc' 'libavcodec53' 'libavcodec-extra-53' 'libavformat53' 'libavformat-extra-53' 'libavutil51' 'libavutil-extra-51' 'libswscale2' 'libswscale-extra-2' 'openssl' 'python' 'python-crypto' 'sdl')
+# I got the above dependencies from debtap
+
+package() {
+ mkdir data
+ tar xf data.tar.xz --directory data/
+ cp -r data/* ${pkgdir}
+} \ No newline at end of file