wok diff linuxdcpp/receipt @ rev 6694

Changed libwebkit to compile with -j1. This is a fix cause it will not compile right the first time with jobs set to 4. I also remove webkit-r-dev for build depend. Thats not needed.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 13 03:29:24 2010 +0000 (2010-10-13)
parents 8752c40cc534
children a0ef91b8d352
line diff
     1.1 --- a/linuxdcpp/receipt	Sun Feb 28 16:17:14 2010 +0100
     1.2 +++ b/linuxdcpp/receipt	Wed Oct 13 03:29:24 2010 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Direct Connect client based on DC++."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="gtk+ libglade openssl gcc-lib-base"
     1.8 +DEPENDS="gtk+ libglade openssl gcc-lib-base bzlib"
     1.9  BUILD_DEPENDS="gtk+-dev libglade-dev openssl-dev"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="https://launchpad.net/linuxdcpp"