wok-stable diff compiz-ccsm/receipt @ rev 12282
mc: update deps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 14 08:07:25 2012 +0200 (2012-05-14) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/compiz-ccsm/receipt Mon May 14 08:07:25 2012 +0200 1.3 @@ -0,0 +1,34 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="compiz-ccsm" 1.7 +VERSION="0.9.4" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Compiz Config Settings Manager." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +DEPENDS="python pygtk compiz-core compiz-libcompizconfig" 1.12 +BUILD_DEPENDS="$DEPENDS python-dev pygtk-dev compiz-core-dev \ 1.13 +compiz-libcompizconfig-dev" 1.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 +WEB_SITE="http://www.compiz.org/" 1.16 +WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL" 1.17 + 1.18 +# Rules to configure and make the package. 1.19 +compile_rules() 1.20 +{ 1.21 + cd $src 1.22 + ./setup.py build --prefix=/usr 1.23 + ./setup.py install --prefix=/usr --root=$WOK/$PACKAGE/install 1.24 +} 1.25 + 1.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.27 +genpkg_rules() 1.28 +{ 1.29 + mkdir -p $fs/usr/share 1.30 + cp -a $_pkg/usr/bin $fs/usr 1.31 + cp -a $_pkg/usr/lib $fs/usr 1.32 + cp -a $_pkg/usr/share/ccsm $fs/usr/share 1.33 + cp -a $_pkg/usr/share/icons $fs/usr/share 1.34 + cd $fs/usr/share 1.35 + mkdir pixmaps 1.36 + ln -s icons/hicolor/32x32/apps/ccsm.png pixmaps/ccsm.png 1.37 +}