1 # Contributor: Maarten de Boer <ventieldopje@gmail.com>
2 # Mantainer: Adria Arrufat <swiftscythe@gmail.com>
6 pkgdesc="An extensible scalable on-screen virtual keyboard for GNOME"
8 url="http://sourceforge.net/projects/florence/"
10 depends=('at-spi' 'librsvg' 'libnotify')
11 makedepends=('gnome-doc-utils' 'intltool')
14 source=(http://downloads.sourceforge.net/project/florence/florence/$pkgver/florence-$pkgver.tar.bz2)
15 md5sums=('56d12e5b47c100d9df172aa5ddc0f609')
17 cd "$srcdir/florence-$pkgver"
19 ./configure --prefix=/usr --without-xrecord --without-panelapplet
20 CFLAGS+=" `pkg-config --cflags dbus-1`"
21 make CFLAGS="$CFLAGS" || return 1
22 make DESTDIR="$pkgdir/" install