wok view compiz-core-dev/receipt @ rev 15413

Up: thunderbird-langpack-de (17.0.9esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:52:33 2013 +0100 (2013-11-03)
parents e0eb344197ad
children 851fc1686394
line source
1 # SliTaz package receipt.
3 PACKAGE="compiz-core-dev"
4 VERSION="0.9.4"
5 CATEGORY="development"
6 SHORT_DESC="Compiz devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT GPL LGPL"
9 WANTED="compiz-core"
10 WEB_SITE="http://www.compiz.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib $fs/usr/share/compiz
16 cp -a $install/usr/include $fs/usr
17 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
18 cp -a $install/usr/share/compiz/cmake $fs/usr/share/compiz
19 # compiz-core seems a bit buggy...
20 # Gok: I'm not sure about this line for cookutils but it
21 # screw things in tazwok.
22 if [ -x /usr/bin/cook ]; then
23 cp -a $install/../source/install/usr/share/cmake* $fs/usr/share
24 else
25 cp -a $install/usr/share/cmake* $fs/usr/share
26 fi
27 }