diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/links/links_2.1pre12.bb | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/links/links_2.1pre12.bb')
-rw-r--r-- | packages/links/links_2.1pre12.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/links/links_2.1pre12.bb b/packages/links/links_2.1pre12.bb index e69de29bb2..b391252a65 100644 --- a/packages/links/links_2.1pre12.bb +++ b/packages/links/links_2.1pre12.bb @@ -0,0 +1,16 @@ +LICENSE = GPL +SECTION = "console/network" +DEPENDS = "jpeg libpng gpm flex openssl zlib" +DESCRIPTION = "Links is graphics and text mode WWW \ +browser, similar to Lynx." + +SRC_URI = "http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/download/links-${PV}.tar.bz2 \ + file://configure.patch;patch=1" + +inherit autotools + +EXTRA_OECONF = "--enable-javascript --with-libfl --enable-graphics \ + --with-ssl=${STAGING_LIBDIR}/.. --with-libjpeg \ + --without-libtiff --without-svgalib --without-x --with-fb \ + --without-directfb --without-pmshell --without-atheos \ + --without-x" |