updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / remotepad / PKGBUILD
blobeec97ad52cdbaf0c8da922393a2183ed3e0f2dca
1 # Contributor: Nicolas Quienot <niQo@aur>
2 pkgname=remotepad
3 pkgver=1.10
4 pkgrel=1
5 pkgdesc="RemotePad is an open source application that controls the mouse cursor of your desktop PC from your iPhone"
6 url="http://www.tenjin.org/RemotePad/"
7 license="GPL"
8 arch=('i686' 'x86_64')
9 depends=('libxtst')
10 source=(http://iphone-remotepad.googlecode.com/files/RemotePadServer-$pkgver-X11-Source.tgz)
11 md5sums=('8abe8ba819fe636f7c34603ffbf24bed')
13 build() {
14   cd ${srcdir}/RemotePad\ Server/X11
15   ./configure --prefix=/usr || return 1
16   make || return 1
17 #  make DESTDIR="${pkgdir}" install || return 1
18   mkdir -p ${pkgdir}/usr/bin
19   cp remotepad ${pkgdir}/usr/bin/