diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-05 20:46:01 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-05 20:46:01 +0100 |
commit | e07a79c47c1a9b99f2679324c96ced1f7b28d373 (patch) | |
tree | 110cec093c445bed2ddf0280bfcee2f3b1bf2d10 /extra/mypaint/Pkgfile | |
parent | d2f95f7197ca68f6ae497a415a975bf2731aa8c5 (diff) | |
download | nutyx-pakxe-e07a79c47c1a9b99f2679324c96ced1f7b28d373.tar.gz nutyx-pakxe-e07a79c47c1a9b99f2679324c96ced1f7b28d373.tar.bz2 nutyx-pakxe-e07a79c47c1a9b99f2679324c96ced1f7b28d373.tar.xz nutyx-pakxe-e07a79c47c1a9b99f2679324c96ced1f7b28d373.zip |
mypaint dans ouvert
Diffstat (limited to 'extra/mypaint/Pkgfile')
-rw-r--r-- | extra/mypaint/Pkgfile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/extra/mypaint/Pkgfile b/extra/mypaint/Pkgfile deleted file mode 100644 index ac77c8227..000000000 --- a/extra/mypaint/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# 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 -} - |