aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tin/tin_1.9.1.bb
blob: 560184f4137c4c1096333aaedad9fc158ab6f23f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DESCRIPTION = "Tin is a powerful text mode news reader."
SECTION = "console/network"
DEPENDS = "ncurses pcre"
LICENSE = "GPL"
PR = "r0"

SRC_URI = "ftp://ftp.tin.org/pub/news/clients/tin/unstable/tin-${PV}.tar.gz \
	   file://m4.patch;patch=1"

inherit autotools 

PARALLEL_MAKE = ""
EXTRA_OECONF = "--with-screen=ncurses --with-pcre=${STAGING_LIBDIR}/.."

export BUILD_CFLAGS += "-I${S}/include -DHAVE_CONFIG_H"

do_configure() {
	oe_runconf
}

do_compile() {
	cd src && oe_runmake
}