updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / grotesque / PKGBUILD
blobdd2b3b7b57b045c9bd1c106bd24e320519b04f72
1 # Maintainer: Brandon Invergo < http://www.brandoninvergo.com >
2 # Contributor: Eric Forgeot < http://ifiction.free.fr >
3 pkgname=grotesque
4 pkgver=0.9.3
5 pkgrel=3
6 pkgdesc="A utility that helps you manage your collection of interactive fiction, or text adventures."
7 arch=(any)
8 url="http://grotesque.sourceforge.net/"
9 license=('GPL')
10 depends=('pygtk' 'gtk2')
11 groups=()
12 source=(http://downloads.sourceforge.net/grotesque/grotesque-${pkgver}-gtk2.tar.gz)
14 md5sums=('d6b4b1ae8df84d0f8e0a149ac4f3f5cb')
16 package() {
17   cd "$srcdir/$pkgname-$pkgver"
18   python2 setup.py install --root="$pkgdir/" --optimize=1