aboutsummaryrefslogtreecommitdiffstats
path: root/packages/geany
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-05-04 16:43:55 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-05-04 16:43:55 +0000
commitb37c94e0cdaf4c7a7e908113d89041df01ab029f (patch)
treeb4ad8efeb710d5df9d035715be341e0fb3f5f238 /packages/geany
parent0a7063f58dc8179fab722ad493a4fd96b74254e1 (diff)
downloadopenembedded-b37c94e0cdaf4c7a7e908113d89041df01ab029f.tar.gz
geany: initial commit to OE with latest release 0.14. Closes 3763 and 3496.
Diffstat (limited to 'packages/geany')
-rw-r--r--packages/geany/.mtn2git_empty0
-rw-r--r--packages/geany/geany_0.14.bb13
2 files changed, 13 insertions, 0 deletions
diff --git a/packages/geany/.mtn2git_empty b/packages/geany/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/geany/.mtn2git_empty
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"