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

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
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 }