# Description: hızlı ve kolay boyama uygulaması
# URL: http://mypaint.intilinux.com/
# Packagers: milisarge
# Depends on: desktop-file-utils gtk3 gegl babl lcms2 json-c python-cairo python-gobject python-gtk python-numpy python-protobuf scons swig libmypaint

name=mypaint
version=1.3.0
release=1
source=()

build ()
{ 
	if [ -d $DERLEME_KAYNAKDIZIN/$name ];then
		cd $DERLEME_KAYNAKDIZIN/$name
		git pull
	else	
		git clone https://github.com/mypaint/mypaint.git $DERLEME_KAYNAKDIZIN/$name
	fi
	cd $DERLEME_KAYNAKDIZIN/$name
	scons prefix="/usr" enable_gegl=true use_sharedlib=yes
	scons prefix="/usr" enable_gegl=true use_sharedlib=yes --install-sandbox="$PKG" "$PKG"
}
