wok-6.x annotate compiz-plugins-main/receipt @ rev 22532
updated bazaar (2.6.0 -> 2.7.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jan 03 09:32:34 2020 +0100 (2020-01-03) |
parents | ae87ea6b5df4 |
children | cdbaf97bfe46 |
rev | line source |
---|---|
pascal@11219 | 1 # SliTaz package receipt. |
pascal@11219 | 2 |
pascal@11219 | 3 PACKAGE="compiz-plugins-main" |
psychomaniak@19217 | 4 VERSION="0.8.12.2" |
pascal@11219 | 5 CATEGORY="x-window" |
pascal@11219 | 6 SHORT_DESC="Compiz main plugins." |
pascal@11219 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15000 | 8 LICENSE="GPL2" |
psychomaniak@19217 | 9 TARBALL="$PACKAGE-$VERSION.tar.xz" |
psychomaniak@19217 | 10 WEB_SITE="https://github.com/compiz-reloaded" |
psychomaniak@19217 | 11 WGET_URL="$WEB_SITE/$PACKAGE/releases/download/v$VERSION/$TARBALL" |
pascal@11219 | 12 |
psychomaniak@19217 | 13 DEPENDS="xorg-libX11 compiz-core librsvg" |
psychomaniak@19217 | 14 BUILD_DEPENDS="xorg-dev compiz-core-dev libnotify-dev libxslt-dev \ |
psychomaniak@19217 | 15 startup-notification-dev mesa-dev gtk+-dev intltool librsvg-dev \ |
psychomaniak@19217 | 16 compiz-libcompizconfig compiz-libcompizconfig-dev compiz-bcop \ |
pascal@20586 | 17 util-linux-uuid-dev libtool util-linux-getopt xcb-util-dev file" |
pankso@12405 | 18 |
pascal@11219 | 19 # Rules to configure and make the package. |
pascal@11219 | 20 compile_rules() |
pascal@11219 | 21 { |
psychomaniak@19217 | 22 ./configure --prefix=/usr --sysconfdir=/etc |
pascal@11219 | 23 make && make install |
pascal@11219 | 24 } |
pascal@11219 | 25 |
pascal@11219 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11219 | 27 genpkg_rules() |
pascal@11219 | 28 { |
psychomaniak@19217 | 29 mkdir -p $fs/usr/lib $fs/usr/share/locale |
pankso@12405 | 30 cp -a $install/usr/lib/compiz $fs/usr/lib |
pankso@12405 | 31 cp -a $install/usr/share/compiz $fs/usr/share |
psychomaniak@19217 | 32 cp -a $install/usr/share/locale/ru $fs/usr/share/locale |
psychomaniak@19217 | 33 cd $fs/usr/lib/compiz; rm -f *.a *.la |
pascal@11219 | 34 } |