wok-current rev 19093
slitaz-icon: fix build for arm
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 01 16:44:02 2016 +0200 (2016-05-01) |
parents | ba3ef4866a83 |
children | 2c7609f1596e |
files | faenza-icon-theme/receipt mplayer/receipt slitaz-icon/receipt |
line diff
1.1 --- a/faenza-icon-theme/receipt Sun May 01 10:46:33 2016 +0200 1.2 +++ b/faenza-icon-theme/receipt Sun May 01 16:44:02 2016 +0200 1.3 @@ -9,6 +9,7 @@ 1.4 TARBALL="${PACKAGE}_$VERSION.zip" 1.5 WEB_SITE="http://tiheum.deviantart.com/art/Faenza-Icons-173323228" 1.6 WGET_URL="http://dl.dropbox.com/u/9966975/$TARBALL" 1.7 +HOST_ARCH="any" 1.8 1.9 DEPENDS="" 1.10
2.1 --- a/mplayer/receipt Sun May 01 10:46:33 2016 +0200 2.2 +++ b/mplayer/receipt Sun May 01 16:44:02 2016 +0200 2.3 @@ -36,6 +36,7 @@ 2.4 BUILD_DEPENDS="$BUILD_DEPENDS cdparanoia-III-dev x264-dev enca-dev \ 2.5 libmng-dev lirc-dev" ;; 2.6 arm*) 2.7 + export PATH=/cross/arm/tools/arm-slitaz-linux-gnueabi/bin:$PATH 2.8 BUILD_DEPENDS="$BUILD_DEPENDS libsdl-dev" 2.9 ARCH_ARGS="--target=arm-linux --enable-cross-compile --enable-sdl" ;; 2.10 esac
3.1 --- a/slitaz-icon/receipt Sun May 01 10:46:33 2016 +0200 3.2 +++ b/slitaz-icon/receipt Sun May 01 16:44:02 2016 +0200 3.3 @@ -9,7 +9,9 @@ 3.4 TARBALL="$PACKAGE-1.2.tar.gz" 3.5 WEB_SITE="http://www.slitaz.org/" 3.6 WGET_URL="http://mirror.slitaz.org/sources/artwok/$TARBALL" 3.7 -HOST_ARCH="i486 arm" 3.8 +HOST_ARCH="any" 3.9 + 3.10 +BUILD_DEPENDS="faenza-icon-theme" 3.11 3.12 # Rules to gen a SliTaz package suitable for Tazpkg. 3.13 genpkg_rules()