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

PR = "r1"

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

PARALLEL_MAKE = ""

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

do_configure() {
	oe_runconf
}

do_compile() {
	cd src && oe_runmake
}

SRC_URI[md5sum] = "50ecd901467622fbc47bc935aca222b3"
SRC_URI[sha256sum] = "0da9424503faad972860682107157d7348872f00f932ec270c78f17ee495dc97"