wok-next view compiz-plugins-main-dev/receipt @ rev 17644
Up: transmission-remote-gtk 1.1.1
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sat Feb 14 21:34:50 2015 +0000 (2015-02-14) |
parents | 380ffe05937a |
children | 8e1f5fe117e6 |
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 LICENSE="GPL2"
9 WANTED="compiz-plugins-main"
10 WEB_SITE="http://www.compiz.org/"
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 }