wok diff compton/receipt @ rev 16934

Add mailsync
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jul 21 15:17:30 2014 +0200 (2014-07-21)
parents 4c8b76649b70
children 03b2309fd335
line diff
     1.1 --- a/compton/receipt	Mon Feb 24 01:10:34 2014 +0100
     1.2 +++ b/compton/receipt	Mon Jul 21 15:17:30 2014 +0200
     1.3 @@ -9,10 +9,10 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="https://github.com/chjj/compton"
     1.6  WGET_URL="https://github.com/chjj/$PACKAGE/archive/v${VERSION}.tar.gz"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="xorg-libXcomposite xorg-libXrandr libdrm xorg-xwininfo xorg-xprop"
    1.10 -BUILD_DEPENDS="xorg-dev xorg-libXcomposite xorg-libXrandr-dev libdrm-dev \
    1.11 -wget" #asciidoc
    1.12 +BUILD_DEPENDS="xorg-libXcomposite xorg-libXrandr-dev libdrm-dev wget"
    1.13  
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()