wok annotate compiz-plugins-main-dev/receipt @ rev 21820

syslinux/kbd: check kbd malloc pointer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 25 11:41:26 2019 +0200 (2019-08-25)
parents 8e1f5fe117e6
children cdbaf97bfe46
rev   line source
pascal@11219 1 # SliTaz package receipt.
pascal@11219 2
pascal@11219 3 PACKAGE="compiz-plugins-main-dev"
psychomaniak@19217 4 VERSION="0.8.12.2"
pascal@11219 5 CATEGORY="development"
pascal@11219 6 SHORT_DESC="Compiz plugins-main devel files."
pascal@11219 7 MAINTAINER="pankso@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
pascal@11219 9 WANTED="compiz-plugins-main"
pascal@11219 10 WEB_SITE="http://www.compiz.org/"
pascal@11219 11
psychomaniak@19217 12 DEPENDS="pkg-config compiz-plugins-main"
pascal@15596 13
pascal@11219 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11219 15 genpkg_rules()
pascal@11219 16 {
psychomaniak@19218 17 mkdir -p $fs/usr/lib/compiz
pascal@15000 18 cp -a $install/usr/include $fs/usr
pascal@15000 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
psychomaniak@19217 20 cp -a $install/usr/lib/compiz/*a $fs/usr/lib/compiz
pascal@11219 21 }