[oe-commits] org.oe.dev tin: added tin.inc

hrw commit openembedded-commits at lists.openembedded.org
Thu Jan 4 16:10:31 UTC 2007


tin: added tin.inc

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 4cc808d32216e9f0fa009107c76302c49ecb01fa
ViewMTN: http://monotone.openembedded.org/revision.psp?id=4cc808d32216e9f0fa009107c76302c49ecb01fa
Files:
1
packages/tin/tin.inc
Diffs:

#
# mt diff -rb2ba67cdf93e6c54dd4297b1db99ffdee19f4e11 -r4cc808d32216e9f0fa009107c76302c49ecb01fa
#
# 
# 
# add_file "packages/tin/tin.inc"
#  content [b88cb78249e104f8cc961b776699f35aea94aec7]
# 
============================================================
--- packages/tin/tin.inc	b88cb78249e104f8cc961b776699f35aea94aec7
+++ packages/tin/tin.inc	b88cb78249e104f8cc961b776699f35aea94aec7
@@ -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
+}






More information about the Openembedded-commits mailing list