updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / florence / PKGBUILD
blob52dd297f717565f50ebea3dfba78e4e8a8d4fece
1 # Contributor: Maarten de Boer <ventieldopje@gmail.com>
2 # Mantainer: Adria Arrufat <swiftscythe@gmail.com>
3 pkgname=florence
4 pkgver=0.5.1
5 pkgrel=2
6 pkgdesc="An extensible scalable on-screen virtual keyboard for GNOME"
7 arch=(i686 x86_64)
8 url="http://sourceforge.net/projects/florence/"
9 license=('GPL')
10 depends=('at-spi' 'librsvg' 'libnotify')
11 makedepends=('gnome-doc-utils' 'intltool')
12 optdepends=()
13 provides=(florence)
14 source=(http://downloads.sourceforge.net/project/florence/florence/$pkgver/florence-$pkgver.tar.bz2)
15 md5sums=('56d12e5b47c100d9df172aa5ddc0f609')
16 build() {
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