wok annotate 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
rev   line source
devl547@5630 1 # SliTaz package receipt.
devl547@5630 2
devl547@5630 3 PACKAGE="xvidcore-dev"
devl547@5630 4 VERSION="1.2.2"
devl547@5630 5 CATEGORY="multimedia"
devl547@5630 6 SHORT_DESC="XviD, a high performance/quality MPEG-4 video de-/encoding solution"
devl547@5630 7 MAINTAINER="devl547@gmail.com"
devl547@5630 8 WEB_SITE="http://www.xvid.org"
devl547@5630 9 WANTED="xvidcore"
devl547@5630 10
devl547@5630 11 # Rules to gen a SliTaz package suitable for Tazpkg.
devl547@5630 12 genpkg_rules()
devl547@5630 13 {
devl547@5630 14 mkdir -p $fs/usr/lib
devl547@5630 15 cp -a ../xvidcore/xvidcore/build/generic/_pkg/usr/lib/*.a $fs/usr/lib
devl547@5630 16 cp -a ../xvidcore/xvidcore/build/generic/_pkg/usr/include $fs/usr
devl547@5630 17 }