updated on Mon Jan 16 16:00:41 UTC 2012
[aur-mirror.git] / gaiptek / PKGBUILD
blobcdbbbcfb2a2501b29da647edafab1e712359a992
1 # Contributor: mitro <mitro@somecode.com>
2 pkgname=gaiptek
3 pkgver=0.1
4 pkgrel=2
5 pkgdesc="Gaiptek Tablet Manager"
6 url="http://aiptektablet.sourceforge.net/"
7 license="GPL"
8 #depends=('kdepim')
9 arch=('i686' 'x86_64')
10 makedepends=('gcc' 'make')
11 source=(http://downloads.sourceforge.net/project/aiptektablet/gaiptek.kde.tar.gz)
12 md5sums=('6d07a8b2e85738c1da93b41ff7893e2c')
14 build() {
15   cd $startdir/src/gaiptek.kde
16   ./configure --prefix=/usr --without-arts --with-extra-includes=/opt/kde/include 
17   make DESTDIR=$startdir/pkg LIBS=-lXi install