]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/inkscape/inkscape_0.42.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / inkscape / inkscape_0.42.bb
1 DEFAULT_PREFERENCE = "-1"
2
3 SECTION = "x11/utils"
4 DESCRIPTION = "Inkscape is an SVG-based graphics editor featuring alpha \
5 blending, node editing, SVG to PNG export, and more. Its goal is for features \
6 similar to Illustrator, CorelDraw, Visio, etc."
7 MAINTAINER = "Koen Kooi <koen@handhelds.org>"
8 DEPENDS = "libgc intltool-native gtk+ gtkmm glibmm libart-lgpl libxslt librsvg libxml2 libsigc++-1.2 popt"
9 LICENSE = "GPL"
10
11 SRC_URI = "${SOURCEFORGE_MIRROR}/inkscape/inkscape-${PV}.tar.bz2"
12 S = "${WORKDIR}/inkscape-${PV}"
13
14 inherit autotools gettext
15
16 EXTRA_OECONF = "--disable-mmx"