diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /tin/tin_1.7.3.oe | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'tin/tin_1.7.3.oe')
-rw-r--r-- | tin/tin_1.7.3.oe | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tin/tin_1.7.3.oe b/tin/tin_1.7.3.oe index 431366d61b..3804012252 100644 --- a/tin/tin_1.7.3.oe +++ b/tin/tin_1.7.3.oe @@ -2,14 +2,14 @@ RDEPENDS = "libc6 libncurses5" DEPENDS = "virtual/libc ncurses" DESCRIPTION = "Tin is a powerful text mode news reader." -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 +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' +EXTRA_OECONF = "--with-screen=ncurses" do_compile () { ${BUILD_CC} -DLINK_SIZE=2 -I${S}/include -c pcre/dftables.c |