1 # This is an example PKGBUILD file. Use this as a start to creating your own,
2 # and remove these comments. For more information, see 'man PKGBUILD'.
3 # NOTE: Please fill out the license field for your package! If it is unknown,
4 # then please put 'unknown'.
6 # Maintainer: Wenlong Chen <qzchenwl@gmail.com>
10 pkgdesc="RealVNC provides remote control software which lets you see and interact with desktop applications across any network."
12 url="http://www.realvnc.com"
15 depends=('libstdc++296')
16 makedepends=('rpmextract')
19 conflicts=('vnc' 'tightvnc')
25 source=("$pkgname-$pkgver.rpm::http://www.realvnc.com/cgi-bin/download.cgi?product=free4/Xvnc/x86_linux&filetype=rpm&haveDetails=1&acceptLicense=1")
27 md5sums=('43696f3f75f2b326f57dc37f8d0c6d1d')
29 msg 'Nothing to build'
34 rpmextract.sh "$srcdir/$pkgname-$pkgver.rpm"
37 # vim:set ts=2 sw=2 et: