blob: c8dac8c94f7888bdae46f0a0ee2d38f141737011 (
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+ 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"
|