Merge branch 'origin/org.openembedded.dev' of git@git.openembedded.org:openembedded...
[openembedded.git] / recipes / tea / tea_17.3.5.bb
1 DESCRIPTION = "Tea - a GTK based text editor with highlighting and a lot of processing features"
2 SECTION = "gpe"
3 LICENSE = "GPL"
4 DEPENDS = "gtk+ gtksourceview1"
5 PR = "r2"
6
7 inherit autotools
8
9 SRC_URI = "${SOURCEFORGE_MIRROR}/tea-editor/${P}.tar.bz2 \
10            file://move-endif.patch;patch=1;pnum=0"
11
12 EXTRA_OECONF = "--enable-legacy"