updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / wadoku-notify-git / PKGBUILD
blobe119b9b2a67f8da8bfe925c7148a6b504df71af5
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-git
5 pkgver=0.3
6 pkgrel=2
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')
12 makedepends=('make' 'gcc' 'git' 'vala' 'gtk')
13 _gitroot='git://github.com/boscowitch/wadoku-notify.git'
14 source=()
15 md5sums=()
17 build() {
18   git clone $_gitroot
19   cd "$srcdir/wadoku-notify"
20   make || return 1
21   make DESTDIR=$pkgdir/ install || return 1