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

Up mtpaint (3.49.13)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 23 17:51:29 2018 +0200 (2018-03-23)
parents 7639f09792cf
children 757d032c55c7
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/"
11 TARBALL="xcompmgr-$VERSION.tar.bz2"
12 WGET_URL="$XORG_MIRROR/app/$TARBALL"
14 BUILD_DEPENDS="xorg-libX11-dev xorg-libXdamage-dev xorg-libXcomposite-dev \
15 xorg-libXrender-dev xorg-libXfixes-dev xorg-libXext-dev xorg-libXau-dev \
16 xorg-libXdmcp-dev xorg-libxcb-dev"
17 BUILD_DEPENDS="xorg-util-macros xorg-libXcomposite-dev xorg-libXfixes-dev \
18 xorg-libXdamage-dev xorg-libXrender-dev xorg-libXext-dev"
19 PKG_RULE="std"
21 # Rules to configure and make the package.
22 compile_rules()
23 {
24 ./configure \
25 --sysconfdir=/etc \
26 --localstatedir=/var \
27 $CONFIGURE_ARGS &&
28 make &&
29 make install &&
31 mkdir -p $install/etc/xdg &&
32 cp -r $stuff/autostart $install/etc/xdg
33 }
35 # Rules to gen a SliTaz package suitable for Tazpkg.
36 genpkg_rules()
37 {
38 copy @std
39 DEPENDS="xorg-libX11 xorg-libXcomposite xorg-libXdamage xorg-libXext \
40 xorg-libXfixes xorg-libXrender"
41 }