1 # Contributor: Feufochmar <feufochmar.gd@gmail.com>
5 pkgdesc="A free and flexible Virtual Keyboard aiming at providing fancy UI and easy to config layout"
7 url="http://gitorious.org/fvkbd/pages/Home"
9 depends=('gtk2' 'libxml2' 'libfakekey')
11 source=( http://gitorious.org/$pkgname/$pkgname/archive-tarball/$pkgver )
14 cd $srcdir/fvkbd-fvkbd
15 # remove the -Werror flag
16 # there are some variables not used as we don't compile with debug support
17 find * -name "Makefile.am" | xargs grep -l Werror | xargs sed -i s/-Werror//g
20 ./configure --prefix=/usr --sysconfdir=/etc
26 cd $srcdir/fvkbd-fvkbd
27 make DESTDIR=$pkgdir install
29 md5sums=('d2d74b30746d4c78b65756d1c0b5f3d7')