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

libtorrent: fix rtorrent building for non-64bit archs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:13:53 2018 +0300 (2018-05-27)
parents c4e53a39395a
children cd7906120828
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 compile_rules() {
22 ./configure $CONFIGURE_ARGS &&
23 make &&
24 make install || return 1
26 install -Dm644 $stuff/autostart/xcompmgr.desktop \
27 $install/etc/xdg/autostart/xcompmgr.desktop
28 }
30 genpkg_rules() {
31 copy @std
32 DEPENDS="xorg-libX11 xorg-libXcomposite xorg-libXdamage xorg-libXext \
33 xorg-libXfixes xorg-libXrender"
34 }