Merges.
[vuplus_openembedded] / tin / tin_1.7.3.oe
1 DEPENDS = "virtual/libc ncurses"
2 DESCRIPTION = "Tin is a powerful text mode news reader."
3
4 SRC_URI = "ftp://ftp.tin.org/pub/news/clients/tin/unstable/tin-${PV}.tar.gz \
5            file://makecfg-buildcc.patch;patch=1 \
6            file://m4.patch;patch=1 \
7            file://configure.patch;patch=1"
8
9 inherit autotools 
10
11 EXTRA_OECONF = "--with-screen=ncurses"
12
13 do_compile () {
14         ${BUILD_CC} -DLINK_SIZE=2 -I${S}/include -c pcre/dftables.c
15         ${BUILD_CC} dftables.o -o pcre/dftables
16         oe_runmake build
17 }