wok-next annotate compiz-plugins-main-dev/receipt @ rev 16747
Up: bluefish (2.2.5)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sat Jun 14 19:43:22 2014 +0000 (2014-06-14) |
parents | 380ffe05937a |
children | 8e1f5fe117e6 |
rev | line source |
---|---|
pascal@11219 | 1 # SliTaz package receipt. |
pascal@11219 | 2 |
pascal@11219 | 3 PACKAGE="compiz-plugins-main-dev" |
pascal@11219 | 4 VERSION="0.9.4" |
pascal@11219 | 5 CATEGORY="development" |
pascal@11219 | 6 SHORT_DESC="Compiz plugins-main devel files." |
pascal@11219 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15000 | 8 LICENSE="GPL2" |
pascal@11219 | 9 WANTED="compiz-plugins-main" |
pascal@11219 | 10 WEB_SITE="http://www.compiz.org/" |
pascal@11219 | 11 |
pascal@15596 | 12 DEPENDS="pkg-config" |
pascal@15596 | 13 |
pascal@11219 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11219 | 15 genpkg_rules() |
pascal@11219 | 16 { |
pascal@11219 | 17 mkdir -p $fs/usr/lib $fs/usr/share |
pascal@15000 | 18 cp -a $install/usr/include $fs/usr |
pascal@15000 | 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pascal@11219 | 20 } |