wok-next annotate compiz-core-dev/receipt @ rev 15255
gammu: remove wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 23 21:06:53 2013 +0000 (2013-09-23) |
parents | e0eb344197ad |
children | 851fc1686394 |
rev | line source |
---|---|
pascal@11219 | 1 # SliTaz package receipt. |
pascal@11219 | 2 |
pascal@11219 | 3 PACKAGE="compiz-core-dev" |
pascal@11219 | 4 VERSION="0.9.4" |
pascal@11219 | 5 CATEGORY="development" |
pascal@11219 | 6 SHORT_DESC="Compiz devel files." |
pascal@11219 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15022 | 8 LICENSE="MIT GPL LGPL" |
pascal@11219 | 9 WANTED="compiz-core" |
pascal@11219 | 10 WEB_SITE="http://www.compiz.org/" |
pascal@11219 | 11 |
pascal@11219 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11219 | 13 genpkg_rules() |
pascal@11219 | 14 { |
pascal@11219 | 15 mkdir -p $fs/usr/lib $fs/usr/share/compiz |
pascal@15022 | 16 cp -a $install/usr/include $fs/usr |
pascal@15022 | 17 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pascal@15022 | 18 cp -a $install/usr/share/compiz/cmake $fs/usr/share/compiz |
pascal@11219 | 19 # compiz-core seems a bit buggy... |
gokhlayeh@12071 | 20 # Gok: I'm not sure about this line for cookutils but it |
gokhlayeh@12071 | 21 # screw things in tazwok. |
pascal@12076 | 22 if [ -x /usr/bin/cook ]; then |
pascal@15022 | 23 cp -a $install/../source/install/usr/share/cmake* $fs/usr/share |
gokhlayeh@12071 | 24 else |
pascal@15022 | 25 cp -a $install/usr/share/cmake* $fs/usr/share |
gokhlayeh@12071 | 26 fi |
pascal@11219 | 27 } |