summaryrefslogtreecommitdiffstats
path: root/recipes/tea/tea_17.3.5.bb
blob: 6412db046661da15c2c6aa1055c6d6f7d9e5571b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "Tea - a GTK based text editor with highlighting and a lot of processing features"
SECTION = "gpe"
LICENSE = "GPL"
DEPENDS = "gtk+ gtksourceview1"
PR = "r2"

inherit autotools

SRC_URI = "${SOURCEFORGE_MIRROR}/tea-editor/${P}.tar.bz2 \
           file://move-endif.patch;patch=1;pnum=0"

EXTRA_OECONF = "--enable-legacy"