mypaint: changed function definition style as suggested by xtraeme
This commit is contained in:
parent
e3d151f062
commit
41e0280743
|
@ -9,12 +9,12 @@ distfiles="http://download.gna.org/mypaint/mypaint-${version}.tar.bz2"
|
|||
checksum="780d57e50dd90afd586873bc5120261930ea4c309d4d0958020916932122e838"
|
||||
depends="pygtk python gtk+ python-numpy python-cairo>=1.4 libpng lcms2 json-c"
|
||||
makedepends="scons swig pkg-config json-c-devel python-numpy-devel libglib-devel libpng-devel lcms2-devel gtk+-devel python-gobject2-devel"
|
||||
function post_extract {
|
||||
post_extract() {
|
||||
sed -i "s/'json'/'json-c'/g" brushlib/SConscript
|
||||
}
|
||||
function do_build {
|
||||
do_build() {
|
||||
scons
|
||||
}
|
||||
function do_install {
|
||||
do_install() {
|
||||
scons prefix=${DESTDIR}/usr install
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue