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

updated frei0r-plugins and frei0r-plugins-dev (1.3 -> 1.6.1)
author Hans-G?nter Theisgen
date Sun Mar 03 11:08:56 2019 +0100 (2019-03-03)
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 }