wok view xorg-xcompmgr/receipt @ rev 17057

syslinux/c32box: x86_64 auto select
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 21 09:56:57 2014 +0200 (2014-08-21)
parents eb8067417980
children 7d6acea63cbf
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-xcompmgr"
4 VERSION="1.1.6"
5 CATEGORY="x-window"
6 SHORT_DESC="X composite manager."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 SOURCE="xcompmgr"
10 TARBALL="$SOURCE-$VERSION.tar.bz2"
11 WEB_SITE="http://www.x.org/"
12 WGET_URL="$XORG_MIRROR/app/$TARBALL"
13 HOST_ARCH="i486 arm"
15 DEPENDS="xorg-libX11 xorg-libXdamage xorg-libXcomposite xorg-libXrender \
16 xorg-libXfixes xorg-libXext xorg-libXau xorg-libXdmcp libxcb"
17 BUILD_DEPENDS="xorg-libX11-dev xorg-libXdamage-dev xorg-libXcomposite-dev \
18 xorg-libXrender-dev xorg-libXfixes-dev xorg-libXext-dev xorg-libXau-dev \
19 xorg-libXdmcp-dev libxcb-dev"
21 # Rules to configure and make the package.
22 compile_rules()
23 {
24 ./configure \
25 $CONFIGURE_ARGS &&
26 make && make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr $fs/etc/xdg
33 cp -r $install/usr/bin $fs/usr
34 cp -r $stuff/autostart $fs/etc/xdg
35 }