blob: e01800c4f2da7e6d84f83a57150b4d886b69db71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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
}
|