void-packages/srcpkgs/mypaint/template

28 lines
862 B
Plaintext
Raw Normal View History

# Template file for 'mypaint'
2014-12-13 15:35:39 +01:00
pkgname="mypaint"
version="1.1.0"
revision=2
2014-12-13 15:35:39 +01:00
short_desc="Graphics application for digital painters"
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
license="GPL-2"
homepage="http://mypaint.intilinux.com"
distfiles="http://download.gna.org/mypaint/mypaint-${version}.tar.bz2"
checksum="780d57e50dd90afd586873bc5120261930ea4c309d4d0958020916932122e838"
depends="pygtk python-numpy"
makedepends="json-c-devel python-numpy-devel libglib-devel libpng-devel lcms2-devel gtk+-devel python-gobject2-devel"
hostmakedepends="scons swig pkg-config"
post_extract() {
sed -i "s/'json'/'json-c'/g" brushlib/SConscript
2014-12-13 15:35:39 +01:00
}
do_build() {
scons ${makejobs}
2014-12-13 15:35:39 +01:00
}
do_install() {
scons prefix=${DESTDIR}/usr install
# Remove development files
rm -rf ${DESTDIR}/usr/include
rm -f ${DESTDIR}/usr/lib/*.a
rm -rf ${DESTDIR}/usr/lib/pkgconfig
2014-12-13 15:35:39 +01:00
}