wok rev 16382
ARM: add compton, transset-df, xorg-xcompmgr
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Apr 15 07:21:56 2014 +0200 (2014-04-15) |
parents | f498b54a20cd |
children | 691fb356b315 |
files | compton/receipt transset-df/receipt xorg-xcompmgr/receipt |
line diff
1.1 --- a/compton/receipt Tue Apr 15 04:46:37 2014 +0200 1.2 +++ b/compton/receipt Tue Apr 15 07:21:56 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()
2.1 --- a/transset-df/receipt Tue Apr 15 04:46:37 2014 +0200 2.2 +++ b/transset-df/receipt Tue Apr 15 07:21:56 2014 +0200 2.3 @@ -9,6 +9,7 @@ 2.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.5 WEB_SITE="http://www.forchheimer.se/transset-df/" 2.6 WGET_URL="http://www.forchheimer.se/transset-df/$TARBALL" 2.7 +HOST_ARCH="i486 arm" 2.8 2.9 DEPENDS="xorg-libXdamage xorg-libXcomposite xorg-xcompmgr xorg-libXrender \ 2.10 xorg-libXext" 2.11 @@ -17,7 +18,6 @@ 2.12 # Rules to configure and make the package. 2.13 compile_rules() 2.14 { 2.15 - cd $src 2.16 make 2.17 } 2.18
3.1 --- a/xorg-xcompmgr/receipt Tue Apr 15 04:46:37 2014 +0200 3.2 +++ b/xorg-xcompmgr/receipt Tue Apr 15 07:21:56 2014 +0200 3.3 @@ -10,6 +10,7 @@ 3.4 TARBALL="$SOURCE-$VERSION.tar.bz2" 3.5 WEB_SITE="http://www.x.org/" 3.6 WGET_URL="$XORG_MIRROR/app/$TARBALL" 3.7 +HOST_ARCH="i486 arm" 3.8 3.9 DEPENDS="xorg-libX11 xorg-libXdamage xorg-libXcomposite xorg-libXrender \ 3.10 xorg-libXfixes xorg-libXext xorg-libXau xorg-libXdmcp libxcb" 3.11 @@ -20,7 +21,6 @@ 3.12 # Rules to configure and make the package. 3.13 compile_rules() 3.14 { 3.15 - cd $src 3.16 ./configure \ 3.17 $CONFIGURE_ARGS && 3.18 make && make install