wok-next view xorg-xcompmgr/receipt @ rev 20447

libxcb is obsolete -> xorg-libxcb
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 28 13:56:24 2018 +0200 (2018-02-28)
parents ea3c4b76ea5d
children c4e53a39395a
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="https://www.x.org/wiki/"
10 HOST_ARCH="i486 arm"
12 TARBALL="xcompmgr-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
15 BUILD_DEPENDS="xorg-libX11-dev xorg-libXdamage-dev xorg-libXcomposite-dev \
16 xorg-libXrender-dev xorg-libXfixes-dev xorg-libXext-dev xorg-libXau-dev \
17 xorg-libXdmcp-dev xorg-libxcb-dev"
18 BUILD_DEPENDS="xorg-util-macros xorg-libXcomposite-dev xorg-libXfixes-dev \
19 xorg-libXdamage-dev xorg-libXrender-dev xorg-libXext-dev"
20 PKG_RULE="std"
22 # Rules to configure and make the package.
23 compile_rules()
24 {
25 ./configure \
26 --sysconfdir=/etc \
27 --localstatedir=/var \
28 $CONFIGURE_ARGS &&
29 make &&
30 make install &&
32 mkdir -p $install/etc/xdg &&
33 cp -r $stuff/autostart $install/etc/xdg
34 }
36 # Rules to gen a SliTaz package suitable for Tazpkg.
37 genpkg_rules()
38 {
39 copy @std
40 DEPENDS="xorg-libX11 xorg-libXcomposite xorg-libXdamage xorg-libXext \
41 xorg-libXfixes xorg-libXrender"
42 }