wok view libxfcegui4-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 86cf892d31b3
children 8f8fa9cea931
line source
1 # SliTaz package receipt.
3 PACKAGE="libxfcegui4-dev"
4 VERSION="4.6.4"
5 CATEGORY="development"
6 SHORT_DESC="Xfce Gtk Widget library dev files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="gtk+ libxfcegui4 libxfce4util-dev"
9 WANTED="libxfcegui4"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://www.xfce.org"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
18 mkdir -p $fs/usr/lib \
19 $fs/usr
21 cp -a $_pkg/usr/include $fs/usr
22 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
23 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
24 }