updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / green / PKGBUILD
blob525eea3d022ca9cfdc34cf3ace4798e9b9cd9924
1 # Contributor: archtux <antonio.arias99999@gmail.com>
3 pkgname=green
4 pkgver=0.2
5 pkgrel=1
6 pkgdesc="Small and efficient PDF reader."
7 arch=('i686' 'x86_64')
8 url="http://wiki.github.com/schandinat/green"
9 license=('GPLv3')
10 depends=('poppler-glib' 'sdl')
11 source=(http://cloud.github.com/downloads/schandinat/$pkgname/$pkgname-$pkgver.tgz)
12 md5sums=('00f70f2d79e462793959ae96050ea2ad')
14 build() {
15   cd $srcdir/$pkgname-$pkgver
17   make
18   install -Dm755 green $pkgdir/usr/bin/green