wok annotate compiz-plugins-main-dev/receipt @ rev 23295
updated perl-cgi (3.63 -> 4.46)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Mar 29 16:15:51 2020 +0100 (2020-03-29) |
parents | 796702fad3ad |
children |
rev | line source |
---|---|
pascal@11219 | 1 # SliTaz package receipt. |
pascal@11219 | 2 |
pascal@11219 | 3 PACKAGE="compiz-plugins-main-dev" |
Hans-G?nter@22613 | 4 VERSION="0.8.14" |
pascal@11219 | 5 CATEGORY="development" |
Hans-G?nter@22613 | 6 SHORT_DESC="Compiz plugins-main - development files." |
pascal@11219 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15000 | 8 LICENSE="GPL2" |
Hans-G?nter@22613 | 9 WEB_SITE="https://github.com/compiz-reloaded" |
Hans-G?nter@22613 | 10 |
Hans-G?nter@22613 | 11 DEPENDS="compiz-plugins-main pkg-config" |
pascal@11219 | 12 WANTED="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 |
Hans-G?nter@22613 | 18 |
Hans-G?nter@22613 | 19 cp -a $install/usr/include $fs/usr |
Hans-G?nter@22613 | 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
Hans-G?nter@22613 | 21 cp -a $install/usr/lib/compiz/*a $fs/usr/lib/compiz |
pascal@11219 | 22 } |