diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-05 08:40:08 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-05 08:40:08 +0000 |
commit | d235f9982c2920e73da04808aba1d13e136804bd (patch) | |
tree | d7353848e4b1718e9b283608902eabc9c9b1b23c /packages/links/links_2.1pre14.bb | |
parent | 110fc8fea72178970c07d051664476bd78cb5b54 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/06/05 10:14:33+02:00 void!koen
links_2.1pre14.bb: one --without-x is enough, it really is.
BKrev: 42a2ba68Fq-xfQbf7fN6PCgW2qjobw
Diffstat (limited to 'packages/links/links_2.1pre14.bb')
-rw-r--r-- | packages/links/links_2.1pre14.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/links/links_2.1pre14.bb b/packages/links/links_2.1pre14.bb index e69de29bb2..e7d333d009 100644 --- a/packages/links/links_2.1pre14.bb +++ b/packages/links/links_2.1pre14.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 --with-fb \ + --without-directfb --without-pmshell --without-atheos \ + --without-x" |