diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-16 18:56:04 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-16 18:56:04 +0000 |
commit | 30d22eb1316703a8c5e0a7da49b56f7dc266e617 (patch) | |
tree | c340f982b8e6220ee8e7c64c7118d65806c30ca0 /nonworking | |
parent | f1d4f6a25242b4d212078c7b745eefc6f16e1a31 (diff) |
Add flex and gpm staging bits -- working to get links building.
BKrev: 3f8ee9c4LNE8LA97re6C4GXW9XF23g
Diffstat (limited to 'nonworking')
-rw-r--r-- | nonworking/centericq/centericq_4.9.7.oe | 9 | ||||
-rw-r--r-- | nonworking/links/links_2.1pre12.oe | 13 |
2 files changed, 22 insertions, 0 deletions
diff --git a/nonworking/centericq/centericq_4.9.7.oe b/nonworking/centericq/centericq_4.9.7.oe index e69de29bb2..02f1d4e36a 100644 --- a/nonworking/centericq/centericq_4.9.7.oe +++ b/nonworking/centericq/centericq_4.9.7.oe @@ -0,0 +1,9 @@ +DEPENDS = virtual/libc openssl +RDEPENDS = libc6 libssl0 + +SRC_URI = http://thekonst.net/download/centericq-4.9.7.tar.bz2 +S = ${WORKDIR}/${P} + +inherit autotools + +EXTRA_OECONF = '--with-ssl --with-openssl=${STAGING_DIR}/target' diff --git a/nonworking/links/links_2.1pre12.oe b/nonworking/links/links_2.1pre12.oe index e69de29bb2..b6c0c52d88 100644 --- a/nonworking/links/links_2.1pre12.oe +++ b/nonworking/links/links_2.1pre12.oe @@ -0,0 +1,13 @@ +DEPENDS = virtual/libc jpeg libpng gpm flex openssl zlib +RDEPENDS = libc6 libjpeg libpng gpm openssl zlib1g + +SRC_URI = http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/download/links-2.1pre12.tar.bz2 +S = ${WORKDIR}/${P} + +inherit autotools + +EXTRA_OECONF = '--enable-javascript --with-libfl --enable-graphics \ + --with-ssl=${STAGING_DIR}/target --with-libjpeg \ + --without-libtiff --without-svgalib --without-x --with-fb \ + --without-directfb --without-pmshell --without-atheos \ + --without-x' |