blob: 7adf2a5136d1a829bba210a189a5b3c4b1fd03af (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "Tea - a GTK based text editor tith highlighting and a lot of processing features"
SECTION = "gpe"
LICENSE = "GPL"
DEPENDS = "gtk+ gtksourceview"
inherit autotools
SRC_URI = "${SOURCEFORGE_MIRROR}/tea-editor/${P}.tar.bz2 \
file://move-endif.patch;patch=1;pnum=0"
EXTRA_OECONF = "--enable-legacy"
|