diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-04-19 19:17:12 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-19 19:17:12 +0000 |
commit | e3fb835859c19e4cff0f740431f70065ff455650 (patch) | |
tree | c103c743ac328469dff5584b59cd833d2ebf1054 /packages/links/links_2.1pre21.bb | |
parent | 46ef2c813d13da612590c59de87e528260049fd5 (diff) |
links-x11_2.1pre21.bb, links_2.1pre21.bb : new versions
Diffstat (limited to 'packages/links/links_2.1pre21.bb')
-rw-r--r-- | packages/links/links_2.1pre21.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/links/links_2.1pre21.bb b/packages/links/links_2.1pre21.bb new file mode 100644 index 0000000000..e0a991e148 --- /dev/null +++ b/packages/links/links_2.1pre21.bb @@ -0,0 +1,19 @@ +LICENSE = "GPL" +SECTION = "console/network" +DEPENDS = "jpeg libpng gpm flex openssl zlib" +DESCRIPTION = "Links is graphics and text mode WWW \ +browser, similar to Lynx." +RCONFLICTS="links-x11" + +MAINTAINER = "Graeme Gregory <dp@xora.org.uk>" + +SRC_URI = "http://links.twibright.com/download/links-${PV}.tar.bz2 \ + file://ac-prog-cxx.patch;patch=1" + +inherit autotools + +EXTRA_OECONF = "--enable-javascript --with-libfl --enable-graphics \ + --with-ssl=${STAGING_LIBDIR}/.. --with-libjpeg \ + --without-libtiff --without-svgalib --with-fb \ + --without-directfb --without-pmshell --without-atheos \ + --without-x --without-sdl" |