wok diff xvidcore-dev/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
children c87bd29ce293
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xvidcore-dev/receipt	Wed Oct 13 03:29:24 2010 +0000
     1.3 @@ -0,0 +1,17 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xvidcore-dev"
     1.7 +VERSION="1.2.2"
     1.8 +CATEGORY="multimedia"
     1.9 +SHORT_DESC="XviD, a high performance/quality MPEG-4 video de-/encoding solution"
    1.10 +MAINTAINER="devl547@gmail.com"
    1.11 +WEB_SITE="http://www.xvid.org"
    1.12 +WANTED="xvidcore"
    1.13 +
    1.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.15 +genpkg_rules()
    1.16 +{
    1.17 +	mkdir -p $fs/usr/lib
    1.18 +	cp -a ../xvidcore/xvidcore/build/generic/_pkg/usr/lib/*.a $fs/usr/lib
    1.19 +	cp -a ../xvidcore/xvidcore/build/generic/_pkg/usr/include $fs/usr
    1.20 +}