1 # Contributor: ShadowKyogre <shadowkyogre@gmail.com>
2 # Maintainer: res <andres87p gmail>
6 pkgdesc='A free cross-platform English thesaurus based on WordNet'
8 url=http://$pkgname.sourceforge.net/wiki/index.php/Home
10 depends=('wordnet' 'gtk2' 'dbus-glib')
11 optdepends=('enchant: spell checking support' 'libnotify: notification support')
12 options=('!emptydirs')
13 source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
14 md5sums=('8391fc152531d98bc7db6a7695611137')
19 ./configure --prefix=/usr
21 make DESTDIR=$pkgdir install