updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / wadoku-notify / PKGBUILD
blob8f20149470114ed0c26d57b71f8af6e4c1ea75b6
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>
4 pkgname=wadoku-notify
5 pkgver=0.2
6 pkgrel=1
7 pkgdesc="A wadoku popup translator for selected text."
8 arch=('i686' 'x86_64')
9 url="http://wadoku.de/forum/posts/list/1141.page"
10 license=('GPL')
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')
16 build() {
17   cd "$srcdir/WadokuNotify"
18   make wadoku-notify || return 1
19   make prefix=$pkgdir/usr install || return 1