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