summaryrefslogtreecommitdiffstats
path: root/extra/mypaint/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/mypaint/Pkgfile')
-rw-r--r--extra/mypaint/Pkgfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/mypaint/Pkgfile b/extra/mypaint/Pkgfile
new file mode 100644
index 000000000..0f97361df
--- /dev/null
+++ b/extra/mypaint/Pkgfile
@@ -0,0 +1,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>=0.97 swig>=1.3.39
+
+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
+}