wok-6.x view compiz-core-dev/receipt @ rev 22750
updated exiv2 and exiv2-dev (0.27.0a -> 0.27.2)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jan 24 13:28:38 2020 +0100 (2020-01-24) |
parents | 8e1f5fe117e6 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="compiz-core-dev"
4 VERSION="0.8.14"
5 CATEGORY="development"
6 SHORT_DESC="Compiz - development files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT GPL LGPL"
9 WEB_SITE="http://www.compiz.org/"
11 DEPENDS="compiz-core pkg-config"
12 WANTED="compiz-core"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/compiz
18 mkdir -p $fs/usr/share/compiz
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 cp -a $install/usr/lib/*.la $fs/usr/lib
23 cp -a $install/usr/lib/compiz/*.la $fs/usr/lib/compiz/
24 }