From: Rolf Leggewie Date: Sun, 4 May 2008 16:43:55 +0000 (+0000) Subject: geany: initial commit to OE with latest release 0.14. Closes 3763 and 3496. X-Git-Tag: Release-2010-05/1~7026^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b37c94e0cdaf4c7a7e908113d89041df01ab029f;p=openembedded.git geany: initial commit to OE with latest release 0.14. Closes 3763 and 3496. --- diff --git a/packages/geany/.mtn2git_empty b/packages/geany/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/geany/geany_0.14.bb b/packages/geany/geany_0.14.bb new file mode 100644 index 0000000000..525f4cfa0a --- /dev/null +++ b/packages/geany/geany_0.14.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Text editor with some IDE functionality" +HOMEPAGE = "http://geany.sf.net" +SECTION = "editors" +PRIORITY = "optional" +LICENSE = "GPL" +DEPENDS = "gtk+" +PR = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/geany/${P}.tar.bz2" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--disable-plugins --disable-vte"