updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / gogh / PKGBUILD
blobb9a5abfb27a1370b5dd9a1ca374d7c5f7b06affe
1 # Maintainer: Alexander Rødseth <rodseth@gmail.com>
2 # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
3 # Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
4 pkgname=gogh
5 pkgver=0.1.2.3
6 pkgrel=4
7 pkgdesc="Bitmap graphics editor for pressure-sensitive input devices"
8 arch=('any')
9 url="http://code.google.com/p/gogh/"
10 license=('GPL')
11 depends=('pygtk' 'gnome-python' 'pyxml' 'python-numeric')
12 source=("http://gogh.googlecode.com/files/Gogh-$pkgver.tar.gz")
13 sha256sums=('eff86a02dfd52347a5eb874e4a7d8a19c1fe10d66e08ebd1c64ff9ba24e532ab')
15 package() {
16   cd "$srcdir/Gogh-$pkgver"
18   python2 setup.py install --prefix="$pkgdir/usr"
19   install -d "$pkgdir/usr/lib/python2.7/site-packages"
20   cp -r brushlist.xml glade *.py "$pkgdir/usr/lib/python2.7/site-packages/"
23 # vim:set ts=2 sw=2 et: