wok annotate clutter-gtk-dev/receipt @ rev 20255

firefox, thunderbird: try to force i686
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 21:40:37 2018 +0100 (2018-03-13)
parents 76b72f1ad63c
children
rev   line source
pankso@4423 1 # SliTaz package receipt.
pankso@4423 2
pankso@4423 3 PACKAGE="clutter-gtk-dev"
slaxemulator@7547 4 VERSION="0.10.8"
pankso@4423 5 CATEGORY="development"
pankso@4423 6 SHORT_DESC="Clutter GTK devel files."
pankso@4423 7 MAINTAINER="pankso@slitaz.org"
pascal@14996 8 LICENSE="LGPL2.1"
pankso@4423 9 WANTED="clutter-gtk"
pankso@4423 10 WEB_SITE="http://clutter-project.org/"
pankso@4423 11
pascal@15596 12 DEPENDS="clutter-gtk pkg-config"
pascal@14996 13
pankso@4423 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@4423 15 genpkg_rules()
pankso@4423 16 {
slaxemulator@7638 17 mkdir -p $fs/usr/lib $fs/usr/share
pascal@14996 18 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@14996 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@14996 20 cp -a $install/usr/include $fs/usr
pascal@14996 21 cp -a $install/usr/share/gir-1.0 $fs/usr/share
pankso@4423 22 }