updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / realvnc / PKGBUILD
blobd2115141e0ca3c288b2d3826b8ee3d63983a0983
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>
7 pkgname=realvnc
8 pkgver=4.1.3
9 pkgrel=1
10 pkgdesc="RealVNC provides remote control software which lets you see and interact with desktop applications across any network."
11 arch=(i686)
12 url="http://www.realvnc.com"
13 license=('GPL')
14 groups=()
15 depends=('libstdc++296')
16 makedepends=('rpmextract')
17 optdepends=()
18 provides=()
19 conflicts=('vnc' 'tightvnc')
20 replaces=()
21 backup=()
22 options=()
23 install=
24 changelog=
25 source=("$pkgname-$pkgver.rpm::http://www.realvnc.com/cgi-bin/download.cgi?product=free4/Xvnc/x86_linux&filetype=rpm&haveDetails=1&acceptLicense=1")
26 noextract=()
27 md5sums=('43696f3f75f2b326f57dc37f8d0c6d1d')
28 build() {
29   msg 'Nothing to build'
32 package() {
33   cd "$pkgdir"
34   rpmextract.sh "$srcdir/$pkgname-$pkgver.rpm"
37 # vim:set ts=2 sw=2 et: