summaryrefslogtreecommitdiffstats
path: root/recipes/tin/tin_1.9.1.bb
blob: 3adfc536dfe38a2d1e129caacff2cd9d2f9bc602 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
require tin.inc

PR = "r1"

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

PARALLEL_MAKE = ""

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

do_configure() {
	oe_runconf
}

do_compile() {
	cd src && oe_runmake
}