wok rev 15957

Add: compiz-plugins-extra + compiz-plugins-unsupported
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 23 19:58:48 2014 +0100 (2014-02-23)
parents 3ce6e8de7381
children 6b5eae3702e6
files compiz-plugins-extra-dev/receipt compiz-plugins-extra/receipt compiz-plugins-unsupported-dev/receipt compiz-plugins-unsupported/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/compiz-plugins-extra-dev/receipt	Sun Feb 23 19:58:48 2014 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="compiz-plugins-extra-dev"
     1.7 +VERSION="0.9.4"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Compiz plugins-extra devel files."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="http://www.compiz.org/"
    1.13 +
    1.14 +WANTED="compiz-plugins-extra"
    1.15 +DEPENDS="pkg-config"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	mkdir -p $fs/usr/lib $fs/usr/share
    1.21 +	cp -a $install/usr/include $fs/usr
    1.22 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.23 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/compiz-plugins-extra/receipt	Sun Feb 23 19:58:48 2014 +0100
     2.3 @@ -0,0 +1,38 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="compiz-plugins-extra"
     2.7 +VERSION="0.9.4"
     2.8 +CATEGORY="x-window"
     2.9 +SHORT_DESC="Compiz extra plugins."
    2.10 +MAINTAINER="pankso@slitaz.org"
    2.11 +LICENSE="GPL2"
    2.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.13 +WEB_SITE="http://www.compiz.org/"
    2.14 +WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL"
    2.15 +
    2.16 +DEPENDS="xorg-libX11 compiz-core compiz-libcompizconfig gtk+ librsvg \
    2.17 +libnotify compiz-plugins-main"
    2.18 +BUILD_DEPENDS="xorg-dev compiz-core-dev compiz-libcompizconfig-dev cmake \
    2.19 +glibmm-dev libxslt-dev startup-notification-dev libboost-dev mesa-dev \
    2.20 +gtk+-dev libboost-serialization-dev intltool librsvg-dev libnotify-dev \
    2.21 +compiz-plugins-main-dev"
    2.22 +
    2.23 +# Rules to configure and make the package.
    2.24 +compile_rules()
    2.25 +{
    2.26 +	cd $src
    2.27 +	mkdir build && cd build &&
    2.28 +	cmake \
    2.29 +		-DCMAKE_INSTALL_PREFIX="/usr" \
    2.30 +		-DCOMPIZ_DESTDIR="../../install" \
    2.31 +		-DCOMPIZ_PLUGIN_INSTALL_TYPE="compiz" .. &&
    2.32 +	make && make install
    2.33 +}
    2.34 +
    2.35 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.36 +genpkg_rules()
    2.37 +{
    2.38 +	mkdir -p $fs/usr/lib $fs/usr/share
    2.39 +	cp -a $install/usr/lib/compiz $fs/usr/lib
    2.40 +	cp -a $install/usr/share/compiz $fs/usr/share
    2.41 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/compiz-plugins-unsupported-dev/receipt	Sun Feb 23 19:58:48 2014 +0100
     3.3 @@ -0,0 +1,20 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="compiz-plugins-unsupported-dev"
     3.7 +VERSION="0.9.4"
     3.8 +CATEGORY="development"
     3.9 +SHORT_DESC="Compiz plugins-extra devel files."
    3.10 +MAINTAINER="pankso@slitaz.org"
    3.11 +LICENSE="GPL2"
    3.12 +WEB_SITE="http://www.compiz.org/"
    3.13 +
    3.14 +WANTED="compiz-plugins-unsupported"
    3.15 +DEPENDS="pkg-config"
    3.16 +
    3.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.18 +genpkg_rules()
    3.19 +{
    3.20 +	mkdir -p $fs/usr/lib $fs/usr/share
    3.21 +	cp -a $install/usr/include $fs/usr
    3.22 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    3.23 +}
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/compiz-plugins-unsupported/receipt	Sun Feb 23 19:58:48 2014 +0100
     4.3 @@ -0,0 +1,37 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="compiz-plugins-unsupported"
     4.7 +VERSION="0.9.4"
     4.8 +CATEGORY="x-window"
     4.9 +SHORT_DESC="Compiz unsupported plugins."
    4.10 +MAINTAINER="pankso@slitaz.org"
    4.11 +LICENSE="GPL2"
    4.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    4.13 +WEB_SITE="http://www.compiz.org/"
    4.14 +WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL"
    4.15 +
    4.16 +DEPENDS="xorg-libX11 compiz-core compiz-libcompizconfig gtk+ librsvg \
    4.17 +compiz-plugins-main"
    4.18 +BUILD_DEPENDS="xorg-dev compiz-core-dev compiz-libcompizconfig-dev cmake \
    4.19 +glibmm-dev libxslt-dev startup-notification-dev libboost-dev mesa-dev \
    4.20 +gtk+-dev libboost-serialization-dev intltool librsvg-dev compiz-plugins-main-dev"
    4.21 +
    4.22 +# Rules to configure and make the package.
    4.23 +compile_rules()
    4.24 +{
    4.25 +	cd $src
    4.26 +	mkdir build && cd build &&
    4.27 +	cmake \
    4.28 +		-DCMAKE_INSTALL_PREFIX="/usr" \
    4.29 +		-DCOMPIZ_DESTDIR="../../install" \
    4.30 +		-DCOMPIZ_PLUGIN_INSTALL_TYPE="compiz" .. &&
    4.31 +	make && make install
    4.32 +}
    4.33 +
    4.34 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.35 +genpkg_rules()
    4.36 +{
    4.37 +	mkdir -p $fs/usr/lib $fs/usr/share
    4.38 +	cp -a $install/usr/lib/compiz $fs/usr/lib
    4.39 +	cp -a $install/usr/share/compiz $fs/usr/share
    4.40 +}