summaryrefslogtreecommitdiff
path: root/packages/tea/tea_17.3.5.bb
blob: da1bad00a9ebdff94eb2b18d9d8862cec4abc4d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"

FILES_${PN}-doc += "${datadir}/${PN}/doc"