wok diff rage/receipt @ rev 16453
SkypeFreak: add wget for https as build depends
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Apr 19 13:18:04 2014 +0300 (2014-04-19) |
parents | 0a8a8c347a7e |
children | 86790a278e70 |
line diff
1.1 --- a/rage/receipt Fri Dec 06 20:49:37 2013 +0000 1.2 +++ b/rage/receipt Sat Apr 19 13:18:04 2014 +0300 1.3 @@ -11,16 +11,20 @@ 1.4 BRANCH="$VERSION" 1.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.6 TAGS="mp3 ogg video e17 audio music" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 DEPENDS="eet evas ecore embryo edje emotion eina libcurl openssl" 1.10 BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev emotion-dev \ 1.11 -emotion eina-dev curl-dev openssl-dev subversion autoconf automake libtool \ 1.12 -jpeg-dev expat-dev glib-dev" 1.13 +emotion eina-dev curl-dev openssl-dev libtool jpeg-dev expat-dev glib-dev" 1.14 + 1.15 +# Handle cross compilation 1.16 +case "$ARCH" in 1.17 + i?86) BUILD_DEPENDS="$BUILD_DEPENDS subversion autoconf automake" ;; 1.18 +esac 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 - cd $src 1.24 ./autogen.sh \ 1.25 --prefix=/usr \ 1.26 $CONFIGURE_ARGS &&