From: Marcin Juszkiewicz Date: Thu, 4 Jan 2007 14:51:15 +0000 (+0000) Subject: tin: added tin.inc X-Git-Tag: Release-2010-05/1~9453^2~27^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f73a1d98770908d59dcd77dde452744f53f4c24;p=openembedded.git tin: added tin.inc --- diff --git a/packages/tin/tin.inc b/packages/tin/tin.inc new file mode 100644 index 0000000000..6175728ea7 --- /dev/null +++ b/packages/tin/tin.inc @@ -0,0 +1,21 @@ +DESCRIPTION = "Tin is a powerful text mode news reader." +SECTION = "console/network" +DEPENDS = "ncurses" +LICENSE = "GPL" +PR = "r3" + +SRC_URI = "ftp://ftp.tin.org/pub/news/clients/tin/v1.7/tin-${PV}.tar.gz \ + file://makecfg-buildcc.patch;patch=1 \ + file://m4.patch;patch=1 \ + file://configure.patch;patch=1" + +inherit autotools + +EXTRA_OECONF = "--with-screen=ncurses --with-pcre=${STAGING_LIBDIR}/.." +CFLAGS += "-DM_UNIX" + +do_compile() { + ${BUILD_CC} -DLINK_SIZE=2 -I${S}/include -c pcre/dftables.c + ${BUILD_CC} dftables.o -o pcre/dftables + oe_runmake build +}