wok rev 16115

ARM: add libevent
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 22 20:20:40 2014 +0100 (2014-03-22)
parents 9a36cf269dc0
children 4d426f5ef150
files libevent-dev/receipt libevent/receipt slim/receipt
line diff
     1.1 --- a/libevent-dev/receipt	Sat Mar 22 20:15:59 2014 +0100
     1.2 +++ b/libevent-dev/receipt	Sat Mar 22 20:20:40 2014 +0100
     1.3 @@ -8,6 +8,7 @@
     1.4  LICENSE="BSD"
     1.5  WANTED="libevent"
     1.6  WEB_SITE="http://libevent.org"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="libevent pkg-config"
    1.10  
     2.1 --- a/libevent/receipt	Sat Mar 22 20:15:59 2014 +0100
     2.2 +++ b/libevent/receipt	Sat Mar 22 20:20:40 2014 +0100
     2.3 @@ -9,6 +9,7 @@
     2.4  TARBALL="$PACKAGE-$VERSION-stable.tar.gz"
     2.5  WEB_SITE="http://libevent.org"
     2.6  WGET_URL="https://github.com/downloads/$PACKAGE/$PACKAGE/$TARBALL"
     2.7 +HOST_ARCH="i486 arm"
     2.8  
     2.9  DEPENDS="openssl"
    2.10  BUILD_DEPENDS="openssl-dev wget"
     3.1 --- a/slim/receipt	Sat Mar 22 20:15:59 2014 +0100
     3.2 +++ b/slim/receipt	Sat Mar 22 20:20:40 2014 +0100
     3.3 @@ -17,6 +17,7 @@
     3.4  DEPENDS="gcc-lib-base libjpeg libpng xorg-libXft xorg-libXmu"
     3.5  BUILD_DEPENDS="freetype-dev jpeg-dev libpng-dev xorg-libXft-dev xorg-libXmu-dev"
     3.6  
     3.7 +# Handle cross compilation
     3.8  case "$ARCH" in
     3.9  	i?86) 
    3.10  		BUILD_DEPENDS="$BUILD_DEPENDS cmake"