1 # Maintainer: Brandon Invergo < http://www.brandoninvergo.com >
2 # Contributor: Eric Forgeot < http://ifiction.free.fr >
6 pkgdesc="A utility that helps you manage your collection of interactive fiction, or text adventures."
8 url="http://grotesque.sourceforge.net/"
10 depends=('pygtk' 'gtk2')
12 source=(http://downloads.sourceforge.net/grotesque/grotesque-${pkgver}-gtk2.tar.gz)
14 md5sums=('d6b4b1ae8df84d0f8e0a149ac4f3f5cb')
17 cd "$srcdir/$pkgname-$pkgver"
18 python2 setup.py install --root="$pkgdir/" --optimize=1