summaryrefslogtreecommitdiff
path: root/packages/geany
diff options
context:
space:
mode:
authorStelios Koroneos <skoroneos@digital-opsis.com>2008-05-04 21:26:34 +0000
committerStelios Koroneos <skoroneos@digital-opsis.com>2008-05-04 21:26:34 +0000
commitdb61d94094937dfc3504e15424c099f4a608acf3 (patch)
tree1fd2f1d6a231adea9ef15377e856b59ae100f922 /packages/geany
parent0eb94e44bd4b64ad754d8c837d512e7000abd016 (diff)
parent1c67f708c41671468cdf2489d267d79ec30d5507 (diff)
propagate from branch 'org.openembedded.oplinux' (head d9363ecbe581bf473057c4e79b0a93b7487d52e9)
to branch 'org.openembedded.dev' (head e6f495f12f6c3af3e3758acd3b907f88e88523ae)
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"