1 #Maintainer: Alexandre Chataignon <alexandre@chataignon.net>
2 #Contributor: Sebastien Duquette <ekse.0x@gmail.com>
3 #Contributor: Marc Poiroud <marci1@archlinux.fr>
7 pkgdesc="Generates conjugations of french verbs - with gnome-panel applet"
8 url="http://sarrazip.com/dev/verbiste.html"
10 depends=('libxml2' 'gtk2' 'gnome-panel' 'libgnomeui' 'libpanelappletmm')
11 makedepends=('perlxml')
12 conflicts=('verbiste')
13 arch=('i686' 'x86_64')
14 source=("http://perso.b2b2c.ca/sarrazip/dev/verbiste-$pkgver.tar.gz")
15 md5sums=('9157b90da88350718ba07d5e57ff698d')
18 cd $startdir/src/verbiste-$pkgver
19 ./configure --prefix=/usr --with-gnome-app --with-gnome-applet
20 # ./configure --prefix=/usr # console support only
22 make DESTDIR=$startdir/pkg install