wok-next annotate compiz-plugins-main-dev/receipt @ rev 15101
xorg-xedit: no more /usr/share/X11 ?
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 14 12:49:38 2013 +0000 (2013-08-14) |
parents | 02ae81877dfd |
children | 851fc1686394 |
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@11219 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11219 | 13 genpkg_rules() |
pascal@11219 | 14 { |
pascal@11219 | 15 mkdir -p $fs/usr/lib $fs/usr/share |
pascal@15000 | 16 cp -a $install/usr/include $fs/usr |
pascal@15000 | 17 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pascal@11219 | 18 } |