wok view compiz-plugins-main/receipt @ rev 19061

Add: Transcends Games. A font with retro-futuristic style.
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Apr 20 23:17:41 2016 -0300 (2016-04-20)
parents 380ffe05937a
children 8e1f5fe117e6
line source
1 # SliTaz package receipt.
3 PACKAGE="compiz-plugins-main"
4 VERSION="0.9.4"
5 CATEGORY="x-window"
6 SHORT_DESC="Compiz main plugins."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.compiz.org/"
11 WGET_URL="http://releases.compiz.org/$VERSION/$TARBALL"
13 DEPENDS="xorg-libX11 compiz-core compiz-libcompizconfig gtk+ librsvg"
14 BUILD_DEPENDS="xorg-dev compiz-core-dev compiz-libcompizconfig-dev cmake \
15 glibmm-dev libxslt-dev startup-notification-dev libboost-dev mesa-dev \
16 gtk+-dev libboost-serialization-dev intltool librsvg-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 mkdir build && cd build &&
22 cmake \
23 -DCMAKE_INSTALL_PREFIX="/usr" \
24 -DCOMPIZ_DESTDIR="../../install" \
25 -DCOMPIZ_PLUGIN_INSTALL_TYPE="compiz" .. &&
26 make && make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr/lib $fs/usr/share
33 cp -a $install/usr/lib/compiz $fs/usr/lib
34 cp -a $install/usr/share/compiz $fs/usr/share
35 }