wok-undigest diff compiz-plugins-main/receipt @ rev 438

Qt4-qca-ossl: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 06 18:23:51 2011 +0200 (2011-09-06)
parents
children 1881dd911927
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/compiz-plugins-main/receipt	Tue Sep 06 18:23:51 2011 +0200
     1.3 @@ -0,0 +1,32 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="compiz-plugins-main"
     1.7 +VERSION="0.9.4"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Compiz main plugins."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +DEPENDS="compiz-core compiz-libcompizconfig"
    1.12 +BUILD_DEPENDS="$DEPENDS compiz-core-dev compiz-libcompizconfig-dev"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +WEB_SITE="http://www.compiz.org/"
    1.15 +WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cd $src
    1.21 +	mkdir build && cd build
    1.22 +	cmake \
    1.23 +		-DCMAKE_INSTALL_PREFIX="/usr" \
    1.24 +		-DCOMPIZ_DESTDIR="../../install" \
    1.25 +		-DCOMPIZ_PLUGIN_INSTALL_TYPE="compiz" .. &&
    1.26 +	make && make install
    1.27 +}
    1.28 +
    1.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 +genpkg_rules()
    1.31 +{
    1.32 +	mkdir -p $fs/usr/lib $fs/usr/share
    1.33 +	cp -a $_pkg/usr/lib/compiz $fs/usr/lib
    1.34 +	cp -a $_pkg/usr/share/compiz $fs/usr/share
    1.35 +}