geany: initial commit to OE with latest release 0.14. Closes 3763 and 3496.
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sun, 4 May 2008 16:43:55 +0000 (16:43 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sun, 4 May 2008 16:43:55 +0000 (16:43 +0000)
packages/geany/.mtn2git_empty [new file with mode: 0644]
packages/geany/geany_0.14.bb [new file with mode: 0644]

diff --git a/packages/geany/.mtn2git_empty b/packages/geany/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/geany/geany_0.14.bb b/packages/geany/geany_0.14.bb
new file mode 100644 (file)
index 0000000..525f4cf
--- /dev/null
@@ -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"