diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-07-28 10:29:25 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-28 10:29:25 +0000 |
commit | 0a18998c76e3fd1822ab8a8ee9af603f378f9833 (patch) | |
tree | 414065d2b19f86ede0da3039051ef669a101569e /packages/inkscape/inkscape_0.42.bb | |
parent | 01d62c4ab8d7d07f4b6e7db7c3e099ad720475eb (diff) | |
parent | 2b0f8eb623187c59b245ce0b845ded8072ebcd86 (diff) |
merge of 30cb3036d3a6a06d185c6a941ab380be44868897
and f53aad80b477af19e98c6b4ac4cc29e7b0277338
Diffstat (limited to 'packages/inkscape/inkscape_0.42.bb')
-rw-r--r-- | packages/inkscape/inkscape_0.42.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/inkscape/inkscape_0.42.bb b/packages/inkscape/inkscape_0.42.bb new file mode 100644 index 0000000000..b6fbcde316 --- /dev/null +++ b/packages/inkscape/inkscape_0.42.bb @@ -0,0 +1,14 @@ +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." +MAINTAINER = "Koen Kooi <koen@handhelds.org>" +DEPENDS = "libgc 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" |