wok-next view commoncpp2-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 | 356a28053176 |
children | 6fab874a9260 |
line source
1 # SliTaz package receipt.
3 PACKAGE="commoncpp2-dev"
4 VERSION="1.8.0"
5 CATEGORY="development"
6 SHORT_DESC="Devel files for commoncpp2."
7 MAINTAINER="rcx@zoominternet.net"
8 DEPENDS=""
9 BUILD_DEPENDS=""
10 WEB_SITE="http://www.gnu.org/software/commoncpp/"
11 WANTED="commoncpp2"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib $fs/usr/share
17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $_pkg/usr/bin $fs/usr
20 cp -a $_pkg/usr/include $fs/usr
21 cp -a $_pkg/usr/share/aclocal $fs/usr/share
22 }