PKGBUILDs/community/gogh/PKGBUILD
2009-10-09 21:15:33 -05:00

19 lines
722 B
Bash

# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
pkgname=gogh
pkgver=0.1.2.2
pkgrel=3
pkgdesc="Bitmap graphics editor designed to work with pressure-sensitive input devices, like a Wacom tablet."
arch=('i686' 'x86_64')
url="http://www.goghproject.com"
license=('GPL')
depends=('python' 'pygtk' 'gnome-python' 'pyxml' 'python-numeric')
source=(http://www.goghproject.com/Gogh-$pkgver.tar.gz)
md5sums=('2ab20ef859c9799da24041341d2da4f6')
build() {
cd "$srcdir/Gogh-$pkgver"
cp $startdir/setup.py $srcdir/Gogh-$pkgver/
python setup.py install --root=$pkgdir || return 1
mkdir -p $pkgdir/usr/lib/python2.6/site-packages/glade
cp -R *.py{,c} brushlist.xml glade/ $pkgdir/usr/lib/python2.6/site-packages/
}