summaryrefslogtreecommitdiff
path: root/packages/tin/tin.inc
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-01-04 15:56:27 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-01-04 15:56:27 +0000
commitd1b1c754d72fcaf47d9b312450c07ba200c22d8c (patch)
treeed05dd046891d24901d81b3713a60aed1b94ee25 /packages/tin/tin.inc
parent3f73a1d98770908d59dcd77dde452744f53f4c24 (diff)
tin: dropped 1.7.3, added libpcre into DEPENDS
Diffstat (limited to 'packages/tin/tin.inc')
-rw-r--r--packages/tin/tin.inc15
1 files changed, 1 insertions, 14 deletions
diff --git a/packages/tin/tin.inc b/packages/tin/tin.inc
index 6175728ea7..e66fe8c67a 100644
--- a/packages/tin/tin.inc
+++ b/packages/tin/tin.inc
@@ -1,21 +1,8 @@
DESCRIPTION = "Tin is a powerful text mode news reader."
SECTION = "console/network"
-DEPENDS = "ncurses"
+DEPENDS = "ncurses libpcre"
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
-}