updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / grotesque-gtk2 / PKGBUILD
blob695daa0eaf67269762ee177730fe17f28d4bf795
1 # Contributor: Brandon Invergo < http://www.brandoninvergo.com >
2 pkgname=grotesque-gtk2
3 pkgver=0.9.2
4 pkgrel=1
5 pkgdesc="A utility that helps you manage your collection of interactive fiction, or text adventures."
6 arch=(i686 x86_64)
7 url="http://grotesque.sourceforge.net/"
8 license=('gpl')
9 depends=('pygobject')
10 groups=()
11 source=(http://downloads.sourceforge.net/grotesque/grotesque-${pkgver}-gtk2.tar.gz)
13 md5sums=('0a16aa167b8e12c18f628f4a7be9ff73')
15 build() {
16       cd $srcdir/grotesque-${pkgver}-gtk2
17         python2 setup.py bdist
18           cd $startdir/pkg
19             
20             tar xvfz $srcdir/grotesque-${pkgver}-gtk2/dist/grotesque-${pkgver}-gtk2.linux-${arch}.tar.gz
21               #mkdir $startdir/pkg/usr/lib/python2.7/site-packages/grotesque/data
22                 cp $srcdir/grotesque-${pkgver}-gtk3/src/grotesque/data/grotesque_icon.png $startdir/pkg/usr/lib/python2.7/site-packages/grotesque/data
24             }