wok-next annotate xorg-xcompmgr/receipt @ rev 19228
busybox-static: add lspci
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jun 24 10:45:02 2016 +0200 (2016-06-24) |
parents | 964f02720633 |
children | ea3c4b76ea5d |
rev | line source |
---|---|
pankso@359 | 1 # SliTaz package receipt. |
pankso@359 | 2 |
pankso@359 | 3 PACKAGE="xorg-xcompmgr" |
pankso@12521 | 4 VERSION="1.1.6" |
pankso@359 | 5 CATEGORY="x-window" |
pankso@359 | 6 SHORT_DESC="X composite manager." |
pankso@359 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15579 | 8 LICENSE="MIT" |
pankso@359 | 9 SOURCE="xcompmgr" |
gokhlayeh@6993 | 10 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pankso@359 | 11 WEB_SITE="http://www.x.org/" |
pankso@12521 | 12 WGET_URL="$XORG_MIRROR/app/$TARBALL" |
pankso@16382 | 13 HOST_ARCH="i486 arm" |
pankso@359 | 14 |
pankso@12521 | 15 DEPENDS="xorg-libX11 xorg-libXdamage xorg-libXcomposite xorg-libXrender \ |
pankso@12521 | 16 xorg-libXfixes xorg-libXext xorg-libXau xorg-libXdmcp libxcb" |
pankso@12521 | 17 BUILD_DEPENDS="xorg-libX11-dev xorg-libXdamage-dev xorg-libXcomposite-dev \ |
pankso@12521 | 18 xorg-libXrender-dev xorg-libXfixes-dev xorg-libXext-dev xorg-libXau-dev \ |
pankso@12521 | 19 xorg-libXdmcp-dev libxcb-dev" |
pankso@12465 | 20 |
pankso@359 | 21 # Rules to configure and make the package. |
pankso@359 | 22 compile_rules() |
pankso@359 | 23 { |
psychomaniak@19189 | 24 # bugs.freedesktop.org/show_bug.cgi?id=46285 |
psychomaniak@19189 | 25 patch -Np0 -i $stuff/46285.diff |
pankso@12465 | 26 ./configure \ |
pankso@12465 | 27 $CONFIGURE_ARGS && |
pankso@12465 | 28 make && make install |
pankso@359 | 29 } |
pankso@359 | 30 |
pankso@359 | 31 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@359 | 32 genpkg_rules() |
pankso@359 | 33 { |
pankso@12465 | 34 mkdir -p $fs/usr $fs/etc/xdg |
pankso@12465 | 35 cp -r $install/usr/bin $fs/usr |
pankso@12465 | 36 cp -r $stuff/autostart $fs/etc/xdg |
pankso@359 | 37 } |