wok view compiz-plugins-main-dev/receipt @ rev 20917

updated fdupes (1.40 -> 1.6.1)
author Hans-G?nter Theisgen
date Thu Feb 28 17:10:02 2019 +0100 (2019-02-28)
parents 8e1f5fe117e6
children cdbaf97bfe46
line source
1 # SliTaz package receipt.
3 PACKAGE="compiz-plugins-main-dev"
4 VERSION="0.8.12.2"
5 CATEGORY="development"
6 SHORT_DESC="Compiz plugins-main devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="compiz-plugins-main"
10 WEB_SITE="http://www.compiz.org/"
12 DEPENDS="pkg-config compiz-plugins-main"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/compiz
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/lib/compiz/*a $fs/usr/lib/compiz
21 }