summaryrefslogtreecommitdiffstats
path: root/extra/mypaint/Pkgfile
diff options
context:
space:
mode:
authorskingrapher <gandalf@aldebaran.(none)>2010-03-14 22:08:37 +0400
committerskingrapher <gandalf@aldebaran.(none)>2010-03-14 22:08:37 +0400
commitea1d92b3579a79de34c10d67cb92e9f26686c321 (patch)
tree6c3a03423eb0d48c837d529b8006f7b2b9da1b26 /extra/mypaint/Pkgfile
parent96597604f1e62624ee4a3b5109012e34a8c8cdda (diff)
downloadnutyx-pakxe-ea1d92b3579a79de34c10d67cb92e9f26686c321.tar.gz
nutyx-pakxe-ea1d92b3579a79de34c10d67cb92e9f26686c321.tar.bz2
nutyx-pakxe-ea1d92b3579a79de34c10d67cb92e9f26686c321.tar.xz
nutyx-pakxe-ea1d92b3579a79de34c10d67cb92e9f26686c321.zip
ajout de mypaint-0.8.2#1
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
+}