aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tea/tea_17.3.5.bb
blob: 42e2d6b5a3a54d247991fe0ba71c649edd3c5c4f (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"
FILE_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"