wok rev 11219

Add from wok-undigest: compiz-ccsm compiz-compizconfig-python compiz-core compiz-core-dev compiz-libcompizconfig compiz-libcompizconfig-dev compiz-plugins-main compiz-plugins-main-dev cppunit cppunit-dev cpuspeed cssed
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 03 22:30:43 2011 +0100 (2011-11-03)
parents 55d75f0e3533
children e5b73f3c73d4
files compiz-ccsm/receipt compiz-compizconfig-python/receipt compiz-core-dev/receipt compiz-core/receipt compiz-libcompizconfig-dev/receipt compiz-libcompizconfig/receipt compiz-plugins-main-dev/receipt compiz-plugins-main/receipt cppunit-dev/receipt cppunit/receipt cpuspeed/receipt cssed/receipt cssed/stuff/cssed.desktop cssed/stuff/cssed.png
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/compiz-ccsm/receipt	Thu Nov 03 22:30:43 2011 +0100
     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 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/compiz-compizconfig-python/receipt	Thu Nov 03 22:30:43 2011 +0100
     2.3 @@ -0,0 +1,29 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="compiz-compizconfig-python"
     2.7 +VERSION="0.9.4"
     2.8 +CATEGORY="x-window"
     2.9 +SHORT_DESC="Compiz Config Python module."
    2.10 +MAINTAINER="pankso@slitaz.org"
    2.11 +DEPENDS="python pygtk compiz-core compiz-libcompizconfig"
    2.12 +BUILD_DEPENDS="$DEPENDS python-dev pygtk-dev compiz-core-dev \
    2.13 +compiz-libcompizconfig-dev python-cython \
    2.14 +libxslt-dev glibmm-dev startup-notification-dev"
    2.15 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.16 +WEB_SITE="http://www.compiz.org/"
    2.17 +WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL"
    2.18 +
    2.19 +# Rules to configure and make the package.
    2.20 +compile_rules()
    2.21 +{
    2.22 +	cd $src
    2.23 +	python setup.py build
    2.24 +	python setup.py install --root=$WOK/$PACKAGE/install
    2.25 +}
    2.26 +
    2.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.28 +genpkg_rules()
    2.29 +{
    2.30 +	mkdir -p $fs
    2.31 +	cp -a $_pkg/usr $fs
    2.32 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/compiz-core-dev/receipt	Thu Nov 03 22:30:43 2011 +0100
     3.3 @@ -0,0 +1,20 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="compiz-core-dev"
     3.7 +VERSION="0.9.4"
     3.8 +CATEGORY="development"
     3.9 +SHORT_DESC="Compiz devel files."
    3.10 +MAINTAINER="pankso@slitaz.org"
    3.11 +WANTED="compiz-core"
    3.12 +WEB_SITE="http://www.compiz.org/"
    3.13 +
    3.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.15 +genpkg_rules()
    3.16 +{
    3.17 +	mkdir -p $fs/usr/lib $fs/usr/share/compiz
    3.18 +	cp -a $_pkg/usr/include $fs/usr
    3.19 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    3.20 +	cp -a $_pkg/usr/share/compiz/cmake $fs/usr/share/compiz
    3.21 +	# compiz-core seems a bit buggy...
    3.22 +	cp -a $_pkg/../source/install/usr/share/cmake* $fs/usr/share
    3.23 +}
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/compiz-core/receipt	Thu Nov 03 22:30:43 2011 +0100
     4.3 @@ -0,0 +1,39 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="compiz-core"
     4.7 +VERSION="0.9.4"
     4.8 +CATEGORY="x-window"
     4.9 +SHORT_DESC="Compiz is an OpenGL compositing manager for 3D effect."
    4.10 +MAINTAINER="pankso@slitaz.org"
    4.11 +DEPENDS="librsvg libxslt startup-notification libboost-serialization \
    4.12 +glibmm mesa"
    4.13 +BUILD_DEPENDS="$DEPENDS cmake intltool librsvg-dev libxslt-dev \
    4.14 +startup-notification-dev libboost-dev libboost-serialization-dev \
    4.15 +glibmm-dev mesa-dev file"
    4.16 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    4.17 +WEB_SITE="http://www.compiz.org/"
    4.18 +WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL"
    4.19 +
    4.20 +# Rules to configure and make the package.
    4.21 +compile_rules()
    4.22 +{
    4.23 +	cd $src
    4.24 +	mkdir build && cd build
    4.25 +	cmake \
    4.26 +		-DCMAKE_INSTALL_PREFIX="/usr" \
    4.27 +		-DCOMPIZ_DESTDIR="../../install" .. &&
    4.28 +	make && make install &&
    4.29 +	make findcompiz_install
    4.30 +}
    4.31 +
    4.32 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.33 +genpkg_rules()
    4.34 +{
    4.35 +	mkdir -p $fs/usr/lib $fs/usr/share
    4.36 +	cp -a $_pkg/usr/bin $fs/usr
    4.37 +	cp -a $_pkg/usr/lib/compiz $fs/usr/lib
    4.38 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    4.39 +	cp -a $_pkg/usr/share/compiz $fs/usr/share
    4.40 +	rm -rf $fs/usr/share/compiz/cmake
    4.41 +	#cp -a $_pkg/usr/share/gconf $fs/usr/share
    4.42 +}
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/compiz-libcompizconfig-dev/receipt	Thu Nov 03 22:30:43 2011 +0100
     5.3 @@ -0,0 +1,19 @@
     5.4 +# SliTaz package receipt.
     5.5 +
     5.6 +PACKAGE="compiz-libcompizconfig-dev"
     5.7 +VERSION="0.9.4"
     5.8 +CATEGORY="development"
     5.9 +SHORT_DESC="Compiz libcompizconfig devel files."
    5.10 +MAINTAINER="pankso@slitaz.org"
    5.11 +WANTED="compiz-libcompizconfig"
    5.12 +WEB_SITE="http://www.compiz.org/"
    5.13 +
    5.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    5.15 +genpkg_rules()
    5.16 +{
    5.17 +	mkdir -p $fs/usr/lib $fs/usr/share
    5.18 +	cp -a $_pkg/usr/include $fs/usr
    5.19 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    5.20 +	cp -a $_pkg/usr/share/cmake* $fs/usr/share
    5.21 +	cp -a $_pkg/usr/share/compiz $fs/usr/share
    5.22 +}
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/compiz-libcompizconfig/receipt	Thu Nov 03 22:30:43 2011 +0100
     6.3 @@ -0,0 +1,34 @@
     6.4 +# SliTaz package receipt.
     6.5 +
     6.6 +PACKAGE="compiz-libcompizconfig"
     6.7 +VERSION="0.9.4"
     6.8 +CATEGORY="x-window"
     6.9 +SHORT_DESC="Compiz configuration library."
    6.10 +MAINTAINER="pankso@slitaz.org"
    6.11 +DEPENDS="compiz-core"
    6.12 +BUILD_DEPENDS="$DEPENDS compiz-core-dev cmake glibc-dev \
    6.13 +libxslt-dev glibmm-dev startup-notification-dev libboost-dev"
    6.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    6.15 +WEB_SITE="http://www.compiz.org/"
    6.16 +WGET_URL="http://releases.compiz.org/$VERSION/$TARBALL"
    6.17 +
    6.18 +# Rules to configure and make the package.
    6.19 +compile_rules()
    6.20 +{
    6.21 +	cd $src
    6.22 +	mkdir build && cd build
    6.23 +	cmake \
    6.24 +		-DCMAKE_INSTALL_PREFIX="/usr" \
    6.25 +		-DCOMPIZ_DESTDIR="../../install" .. &&
    6.26 +	make && make install &&
    6.27 +	make findcompizconfig_install
    6.28 +}
    6.29 +
    6.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    6.31 +genpkg_rules()
    6.32 +{
    6.33 +	mkdir -p $fs/usr/lib $fs/usr/share
    6.34 +	cp -a $_pkg/etc $fs
    6.35 +	cp -a $_pkg/usr/lib/compiz* $fs/usr/lib
    6.36 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    6.37 +}
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/compiz-plugins-main-dev/receipt	Thu Nov 03 22:30:43 2011 +0100
     7.3 @@ -0,0 +1,17 @@
     7.4 +# SliTaz package receipt.
     7.5 +
     7.6 +PACKAGE="compiz-plugins-main-dev"
     7.7 +VERSION="0.9.4"
     7.8 +CATEGORY="development"
     7.9 +SHORT_DESC="Compiz plugins-main devel files."
    7.10 +MAINTAINER="pankso@slitaz.org"
    7.11 +WANTED="compiz-plugins-main"
    7.12 +WEB_SITE="http://www.compiz.org/"
    7.13 +
    7.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    7.15 +genpkg_rules()
    7.16 +{
    7.17 +	mkdir -p $fs/usr/lib $fs/usr/share
    7.18 +	cp -a $_pkg/usr/include $fs/usr
    7.19 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    7.20 +}
     8.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.2 +++ b/compiz-plugins-main/receipt	Thu Nov 03 22:30:43 2011 +0100
     8.3 @@ -0,0 +1,34 @@
     8.4 +# SliTaz package receipt.
     8.5 +
     8.6 +PACKAGE="compiz-plugins-main"
     8.7 +VERSION="0.9.4"
     8.8 +CATEGORY="x-window"
     8.9 +SHORT_DESC="Compiz main plugins."
    8.10 +MAINTAINER="pankso@slitaz.org"
    8.11 +DEPENDS="compiz-core compiz-libcompizconfig"
    8.12 +BUILD_DEPENDS="$DEPENDS compiz-core-dev compiz-libcompizconfig-dev \
    8.13 +cmake libxslt-dev glibmm-dev startup-notification-dev libboost-dev mesa-dev \
    8.14 +libboost-serialization-dev"
    8.15 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    8.16 +WEB_SITE="http://www.compiz.org/"
    8.17 +WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL"
    8.18 +
    8.19 +# Rules to configure and make the package.
    8.20 +compile_rules()
    8.21 +{
    8.22 +	cd $src
    8.23 +	mkdir build && cd build
    8.24 +	cmake \
    8.25 +		-DCMAKE_INSTALL_PREFIX="/usr" \
    8.26 +		-DCOMPIZ_DESTDIR="../../install" \
    8.27 +		-DCOMPIZ_PLUGIN_INSTALL_TYPE="compiz" .. &&
    8.28 +	make && make install
    8.29 +}
    8.30 +
    8.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
    8.32 +genpkg_rules()
    8.33 +{
    8.34 +	mkdir -p $fs/usr/lib $fs/usr/share
    8.35 +	cp -a $_pkg/usr/lib/compiz $fs/usr/lib
    8.36 +	cp -a $_pkg/usr/share/compiz $fs/usr/share
    8.37 +}
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/cppunit-dev/receipt	Thu Nov 03 22:30:43 2011 +0100
     9.3 @@ -0,0 +1,20 @@
     9.4 +# SliTaz package receipt.
     9.5 +
     9.6 +PACKAGE="cppunit-dev"
     9.7 +VERSION="1.12.1"
     9.8 +CATEGORY="development"
     9.9 +SHORT_DESC="Devel file for the cppunit framework."
    9.10 +MAINTAINER="pankso@slitaz.org"
    9.11 +WEB_SITE="http://cppunit.sourceforge.net/"
    9.12 +WANTED="cppunit"
    9.13 +
    9.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    9.15 +genpkg_rules()
    9.16 +{
    9.17 +	mkdir -p $fs/usr/lib $fs/usr/share
    9.18 +	cp -a $install/usr/bin $fs/usr
    9.19 +	cp -a $install/usr/include $fs/usr
    9.20 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    9.21 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    9.22 +	cp -a $install/usr/share/aclocal $fs/usr/share
    9.23 +}
    10.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.2 +++ b/cppunit/receipt	Thu Nov 03 22:30:43 2011 +0100
    10.3 @@ -0,0 +1,27 @@
    10.4 +# SliTaz package receipt.
    10.5 +
    10.6 +PACKAGE="cppunit"
    10.7 +VERSION="1.12.1"
    10.8 +CATEGORY="system-tools"
    10.9 +SHORT_DESC="A C++ unit testing framework."
   10.10 +MAINTAINER="pankso@slitaz.org"
   10.11 +TARBALL="$PACKAGE-$VERSION.tar.gz"
   10.12 +WEB_SITE="http://cppunit.sourceforge.net/"
   10.13 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   10.14 +
   10.15 +# Rules to configure and make the package.
   10.16 +compile_rules()
   10.17 +{
   10.18 +	cd $src
   10.19 +	./configure \
   10.20 +		--prefix=/usr \
   10.21 +		$CONFIGURE_ARGS &&
   10.22 +	make && make install
   10.23 +}
   10.24 +
   10.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
   10.26 +genpkg_rules()
   10.27 +{
   10.28 +	mkdir -p $fs/usr/lib
   10.29 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   10.30 +}
    11.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.2 +++ b/cpuspeed/receipt	Thu Nov 03 22:30:43 2011 +0100
    11.3 @@ -0,0 +1,27 @@
    11.4 +# SliTaz package receipt.
    11.5 +
    11.6 +PACKAGE="cpuspeed"
    11.7 +VERSION="1.5"
    11.8 +CATEGORY="system-tools"
    11.9 +MAINTAINER="jozee@slitaz.org"
   11.10 +SHORT_DESC="CPU frequency scaling utility"
   11.11 +WEB_SITE="http://www.carlthompson.net/Software/CPUSpeed"
   11.12 +CONFIG_FILES="etc/default/cpufreq"
   11.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
   11.14 +WGET_URL="http://www.carlthompson.net/downloads/$PACKAGE/$TARBALL"
   11.15 +TAGS="power-maangement"
   11.16 +
   11.17 +# Rules to configure and make the package.
   11.18 +
   11.19 +compile_rules() {
   11.20 +  cd $src  
   11.21 +  make 
   11.22 +}
   11.23 +	
   11.24 +# Rules to gen a SliTaz package suitable for Tazpkg.
   11.25 +genpkg_rules()
   11.26 +{
   11.27 +	mkdir -p $fs/sbin
   11.28 +	cp -a $src/cpuspeed $fs/sbin
   11.29 +	
   11.30 +}
    12.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.2 +++ b/cssed/receipt	Thu Nov 03 22:30:43 2011 +0100
    12.3 @@ -0,0 +1,30 @@
    12.4 +# SliTaz package receipt.
    12.5 +
    12.6 +PACKAGE="cssed"
    12.7 +VERSION="0.4.0"
    12.8 +CATEGORY="development"
    12.9 +SHORT_DESC="A GTK-2 CSS editor"
   12.10 +MAINTAINER="claudinei@slitaz.org"
   12.11 +WEB_SITE="http://cssed.sourceforge.net"
   12.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
   12.13 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   12.14 +
   12.15 +DEPENDS="gtk+"
   12.16 +BUILD_DEPENDS="gtk+"
   12.17 +
   12.18 +# Rules to configure and make the package.
   12.19 +compile_rules()
   12.20 +{
   12.21 +	sed -i "s/char\* o = 0;/const char\* o = 0;/" $src/scintilla/src/LexCaml.cxx 
   12.22 +	./configure $CONFIGURE_ARGS && 
   12.23 +	make && 
   12.24 +	make install
   12.25 +}
   12.26 +
   12.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
   12.28 +genpkg_rules()
   12.29 +{
   12.30 +	mkdir -p $fs/usr/share
   12.31 +	cp -a $install/usr/share/$PACKAGE $fs/usr/share
   12.32 +	cp -a $install/usr/bin $fs/usr
   12.33 +}
    13.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.2 +++ b/cssed/stuff/cssed.desktop	Thu Nov 03 22:30:43 2011 +0100
    13.3 @@ -0,0 +1,9 @@
    13.4 +[Desktop Entry]
    13.5 +Name=CSSed
    13.6 +Comment=CSS Editor
    13.7 +Exec=/usr/bin/cssed
    13.8 +Icon=/usr/share/pixmaps/cssed.png
    13.9 +Terminal=false
   13.10 +Type=Application
   13.11 +Categories=Application;Development;
   13.12 +StartupNotify=false
    14.1 Binary file cssed/stuff/cssed.png has changed