milis/talimatname/genel/mypaint/talimat

18 lines
429 B
Plaintext
Raw Normal View History

2017-03-29 18:32:51 +02:00
# Description: hızlı ve kolay boyama uygulaması
2016-02-24 01:27:23 +01:00
# URL: http://mypaint.intilinux.com/
2017-03-29 18:32:51 +02:00
# Packagers: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: lcms2 json-c python-gtk python-numpy python-protobuf scons swig
name=mypaint
version=1.1.0
2017-03-29 18:32:51 +02:00
release=1
2016-02-24 01:27:23 +01:00
source=(http://download.gna.org/$name/$name-$version.tar.xz)
build ()
{
cd $name-$version
sed -i "s|'json|'json-c|" brushlib/SConscript
scons
scons prefix=$PKG/usr mandir=$PKG/usr/share/man install
}