wok view xorg-xcompmgr/receipt @ rev 20423

Update some web_site to https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 09 12:16:16 2018 +0200 (2018-08-09)
parents 7d6acea63cbf
children 5a89430456a8
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="https://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 # bugs.freedesktop.org/show_bug.cgi?id=46285
25 patch -Np0 -i $stuff/46285.diff
26 ./configure \
27 $CONFIGURE_ARGS &&
28 make && make install
29 }
31 # Rules to gen a SliTaz package suitable for Tazpkg.
32 genpkg_rules()
33 {
34 mkdir -p $fs/usr $fs/etc/xdg
35 cp -r $install/usr/bin $fs/usr
36 cp -r $stuff/autostart $fs/etc/xdg
37 }