aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/inkscape/inkscape_0.39.bb
blob: 34416b06edfab4ee8b4f01c1c73f4e3a4c35cd70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SECTION = "x11/utils"
DESCRIPTION = "Inkscape is an SVG-based graphics editor featuring alpha \
blending, node editing, SVG to PNG export, and more. Its goal is for features \
similar to Illustrator, CorelDraw, Visio, etc."
DEPENDS = "intltool-native gtk+ libart-lgpl libxml2 libsigc++-1.2 popt"
LICENSE = "GPL"

SRC_URI = "${SOURCEFORGE_MIRROR}/inkscape/inkscape-${PV}.tar.bz2"
S = "${WORKDIR}/inkscape-${PV}"

inherit autotools gettext

EXTRA_OECONF = "--disable-mmx"