tin: added tin.inc
authorMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 4 Jan 2007 14:51:15 +0000 (14:51 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 4 Jan 2007 14:51:15 +0000 (14:51 +0000)
packages/tin/tin.inc [new file with mode: 0644]

diff --git a/packages/tin/tin.inc b/packages/tin/tin.inc
new file mode 100644 (file)
index 0000000..6175728
--- /dev/null
@@ -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
+}