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

ibus-dev: no /usr/include ?
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 12 18:56:11 2013 +0000 (2013-08-12)
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 }