diff options
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 -} - |