wok view compiz-plugins-unsupported-dev/receipt @ rev 17521

busybox: 2015
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 17 12:02:13 2015 +0100 (2015-01-17)
parents
children 8e1f5fe117e6
line source
1 # SliTaz package receipt.
3 PACKAGE="compiz-plugins-unsupported-dev"
4 VERSION="0.9.4"
5 CATEGORY="development"
6 SHORT_DESC="Compiz plugins-extra devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.compiz.org/"
11 WANTED="compiz-plugins-unsupported"
12 DEPENDS="pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib $fs/usr/share
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 }