diff options
author | Koen Kooi <koen@openembedded.org> | 2005-07-27 11:24:07 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-27 11:24:07 +0000 |
commit | 5a4ae54b32052a93c6fec5adb602d8e4da7bfc94 (patch) | |
tree | 6a4653e475318e761493c75bb1d8aa1312b7828f /packages | |
parent | 861cdc3844c7c672c6f961a52267d1465f469f72 (diff) |
first try at inkscape 0.42
Diffstat (limited to 'packages')
-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" |