blob: b3fb870ce43dc48634b2690b2b167fa18fdb1d58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Description: A fast and easy painting application for digital painters, with brush dynamics
# URL: http://mypaint.intilinux.com/
# Maintainer: skingrapher at legtux dot org
# Depends on: pygtk, python-numpy, protobuf-python, scons, swig
name=mypaint
version=0.8.2
release=1
source=(http://download.gna.org/$name/$name-$version.tar.bz2)
build ()
{
cd $name-$version
scons
scons prefix=$PKG/usr mandir=/$PKG/usr/share/man install
}
|