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