wok-current view compiz-plugins-extra-dev/receipt @ rev 16577
Add pi-blaster (PWM on the GPIO pins)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat May 03 12:14:03 2014 +0200 (2014-05-03) |
parents | |
children | 8e1f5fe117e6 |
line source
1 # SliTaz package receipt.
3 PACKAGE="compiz-plugins-extra-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-extra"
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 }