summaryrefslogtreecommitdiffstats
path: root/extra/mypaint/Pkgfile
blob: ac77c82271366ce64fb31e8fae818a11ed992e9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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
# Run 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
}