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

Up: mercurial 3.3
author Alexander Medvedev <devl547@gmail.com>
date Sat Feb 14 21:12:48 2015 +0000 (2015-02-14)
parents 5286a067ac76
children 8e1f5fe117e6
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 DEPENDS="pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib $fs/usr/share/compiz
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/share/compiz/cmake $fs/usr/share/compiz
21 # compiz-core seems a bit buggy...
22 # Gok: I'm not sure about this line for cookutils but it
23 # screw things in tazwok.
24 if [ -x /usr/bin/cook ]; then
25 cp -a $install/../source/install/usr/share/cmake* $fs/usr/share
26 else
27 cp -a $install/usr/share/cmake* $fs/usr/share
28 fi
29 }