1 # $Id: PKGBUILD,v 1.12 2003/11/06 08:26:13 dorphell Exp $
2 # Maintainer: BoscoWitch <boscowitch@boscowitch.de>
3 # Contributor: BoscoWitch <boscowitch@boscowitch.de>
7 pkgdesc="A wadoku popup translator for selected text."
9 url="http://wadoku.de/forum/posts/list/1141.page"
11 depends=('gtk' 'sqlite3')
12 makedepends=('make' 'gcc' 'vala' 'gtk' 'sqlite3' 'sed')
13 source=(http://www.boscowitch.de/jap/wadoku_notify-$pkgver.tar.xz)
14 md5sums=('fc00bc5d215e54e67555138c9fa782a0')
17 cd "$srcdir/WadokuNotify"
18 make wadoku-notify || return 1
19 make prefix=$pkgdir/usr install || return 1