summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornull2016-01-06 23:29:48 -0500
committernull2016-01-06 23:29:48 -0500
commit6277798a46f4dd2d111ee0bb3ae22f61fb974f51 (patch)
treecbb6786c20faf5066e0d488b923b0a1c98ed9954 /PKGBUILD
downloadaur-6277798a46f4dd2d111ee0bb3ae22f61fb974f51.tar.gz
Initial version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 17 insertions, 0 deletions
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