aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tea/tea_17.3.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/tea/tea_17.3.5.bb')
-rw-r--r--recipes/tea/tea_17.3.5.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/tea/tea_17.3.5.bb b/recipes/tea/tea_17.3.5.bb
new file mode 100644
index 0000000000..c8dac8c94f
--- /dev/null
+++ b/recipes/tea/tea_17.3.5.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Tea - a GTK based text editor with highlighting and a lot of processing features"
+SECTION = "gpe"
+LICENSE = "GPL"
+DEPENDS = "gtk+ gtksourceview"
+PR = "r1"
+
+inherit autotools
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/tea-editor/${P}.tar.bz2 \
+ file://move-endif.patch;patch=1;pnum=0"
+
+EXTRA_OECONF = "--enable-legacy"