wok-undigest view compiz-libcompizconfig/receipt @ rev 254

move nscd to wok
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 28 22:28:31 2011 +0200 (2011-05-28)
parents
children 77a942d45434
line source
1 # SliTaz package receipt.
3 PACKAGE="compiz-libcompizconfig"
4 VERSION="0.9.4"
5 CATEGORY="x-window"
6 SHORT_DESC="Compiz configuration library."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="compiz-core"
9 BUILD_DEPENDS="$DEPENDS compiz-core-dev "
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://www.compiz.org/"
12 WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 mkdir build && cd build
19 cmake \
20 -DCMAKE_INSTALL_PREFIX="/usr" \
21 -DCOMPIZ_DESTDIR="../../install" .. &&
22 make && make install &&
23 make findcompizconfig_install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/lib $fs/usr/share
30 cp -a $_pkg/etc $fs
31 cp -a $_pkg/usr/lib/compiz* $fs/usr/lib
32 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
33 }