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

Up slitaz-boot-scripts (4.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 24 11:48:19 2012 +0100 (2012-01-24)
parents
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="compiz-plugins-main-dev"
4 VERSION="0.9.4"
5 CATEGORY="development"
6 SHORT_DESC="Compiz plugins-main devel files."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="compiz-plugins-main"
9 WEB_SITE="http://www.compiz.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib $fs/usr/share
15 cp -a $_pkg/usr/include $fs/usr
16 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
17 }