wok-6.x rev 16014
lame + libsamplerate: add to ARM arch
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Mar 05 03:31:25 2014 +0100 (2014-03-05) |
parents | 82c793b0a850 |
children | 128f691c5117 |
files | lame-dev/receipt lame/receipt libsamplerate-dev/receipt libsamplerate/receipt |
line diff
1.1 --- a/lame-dev/receipt Tue Mar 04 21:08:01 2014 +0000 1.2 +++ b/lame-dev/receipt Wed Mar 05 03:31:25 2014 +0100 1.3 @@ -8,6 +8,7 @@ 1.4 LICENSE="LGPL2" 1.5 WANTED="lame" 1.6 WEB_SITE="http://lame.sourceforge.net/" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 DEPENDS="lame" 1.10
2.1 --- a/lame/receipt Tue Mar 04 21:08:01 2014 +0000 2.2 +++ b/lame/receipt Wed Mar 05 03:31:25 2014 +0100 2.3 @@ -7,10 +7,16 @@ 2.4 MAINTAINER="pankso@slitaz.org" 2.5 LICENSE="LGPL2" 2.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.7 +WEB_SITE="http://lame.sourceforge.net/" 2.8 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 2.9 +HOST_ARCH="i486 arm" 2.10 + 2.11 DEPENDS="ncurses" 2.12 BUILD_DEPENDS="gtk+-dev ncurses-dev" 2.13 -WEB_SITE="http://lame.sourceforge.net/" 2.14 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 2.15 + 2.16 +case "$ARCH" in 2.17 + arm) BUILD_DEPENDS="ncurses-dev" ;; 2.18 +esac 2.19 2.20 # Rules to configure and make the package. 2.21 compile_rules()
3.1 --- a/libsamplerate-dev/receipt Tue Mar 04 21:08:01 2014 +0000 3.2 +++ b/libsamplerate-dev/receipt Wed Mar 05 03:31:25 2014 +0100 3.3 @@ -8,8 +8,9 @@ 3.4 LICENSE="GPL2" 3.5 WANTED="libsamplerate" 3.6 WEB_SITE="http://www.mega-nerd.com/SRC/" 3.7 +HOST_ARCH="i486 arm" 3.8 3.9 -DEPENDS="libsamplerate pkg-config" 3.10 +DEPENDS="libsamplerate" 3.11 3.12 # Rules to gen a SliTaz package suitable for Tazpkg. 3.13 genpkg_rules()
4.1 --- a/libsamplerate/receipt Tue Mar 04 21:08:01 2014 +0000 4.2 +++ b/libsamplerate/receipt Wed Mar 05 03:31:25 2014 +0100 4.3 @@ -9,8 +9,9 @@ 4.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.5 WEB_SITE="http://www.mega-nerd.com/SRC/" 4.6 WGET_URL="http://www.mega-nerd.com/SRC/$TARBALL" 4.7 +HOST_ARCH="i486 arm" 4.8 4.9 -DEPENDS="libsndfile libogg" 4.10 +DEPENDS="" 4.11 4.12 # Rules to configure and make the package. 4.13 compile_rules()