summaryrefslogtreecommitdiff
path: root/packages/tin/tin.inc
diff options
context:
space:
mode:
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
-}