diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-14 18:09:46 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-14 18:09:46 +0000 |
commit | 8d1e9a91e2ec47698dfdabb85a696c24663f29d3 (patch) | |
tree | 616d0e1c6e5f1d43bfac2d9933a454d6ea852914 /tin/tin_1.7.3.oe | |
parent | 5cd6f5021a4ad3df5c02e266b524f47003b47486 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into direwolf.itg.ti.com:/home/kergoth/coding/projects/user/oe-metadata/packages
2004/01/14 12:08:55-06:00 ti.com!kergoth
BUGFIX: tin: Add necessary m4 macros, fix a few macros in configure.in, and fix a bug with the build of the native makecfg binary.
BKrev: 400585eaBtEHWA3N0cj03DodaYKl4w
Diffstat (limited to 'tin/tin_1.7.3.oe')
-rw-r--r-- | tin/tin_1.7.3.oe | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tin/tin_1.7.3.oe b/tin/tin_1.7.3.oe index e69de29bb2..254704a278 100644 --- a/tin/tin_1.7.3.oe +++ b/tin/tin_1.7.3.oe @@ -0,0 +1,19 @@ +SECTION="libs" +PRIORITY="optional" +RDEPENDS="libc6 libncurses5" +DEPENDS=virtual/libc ncurses + +SRC_URI=ftp://ftp.tin.org/pub/news/clients/tin/unstable/tin-${PV}.tar.gz \ + file://${FILESDIR}/makecfg-buildcc.patch;patch=1 \ + file://${FILESDIR}/m4.patch;patch=1 \ + file://${FILESDIR}/configure.patch;patch=1 + +inherit autotools libtool + +EXTRA_OECONF = '--with-screen=ncurses' + +do_compile () { + ${BUILD_CC} -DLINK_SIZE=2 -I${S}/include -c pcre/dftables.c + ${BUILD_CC} dftables.o -o pcre/dftables + oe_runmake build +} |