wok annotate compiz-core-dev/receipt @ rev 18281
mate-control-center: update deps and force glib compile schemas
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Mon Aug 10 09:59:01 2015 -0300 (2015-08-10) |
parents | 5286a067ac76 |
children | 8e1f5fe117e6 |
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@15596 | 12 DEPENDS="pkg-config" |
pascal@15596 | 13 |
pascal@11219 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11219 | 15 genpkg_rules() |
pascal@11219 | 16 { |
pascal@11219 | 17 mkdir -p $fs/usr/lib $fs/usr/share/compiz |
pascal@15022 | 18 cp -a $install/usr/include $fs/usr |
pascal@15022 | 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pascal@15022 | 20 cp -a $install/usr/share/compiz/cmake $fs/usr/share/compiz |
pascal@11219 | 21 # compiz-core seems a bit buggy... |
gokhlayeh@12071 | 22 # Gok: I'm not sure about this line for cookutils but it |
gokhlayeh@12071 | 23 # screw things in tazwok. |
pascal@12076 | 24 if [ -x /usr/bin/cook ]; then |
pascal@15022 | 25 cp -a $install/../source/install/usr/share/cmake* $fs/usr/share |
gokhlayeh@12071 | 26 else |
pascal@15022 | 27 cp -a $install/usr/share/cmake* $fs/usr/share |
gokhlayeh@12071 | 28 fi |
pascal@11219 | 29 } |