wok-6.x rev 16020
libvorbis: add to ARM arch
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Mar 05 23:46:52 2014 +0100 (2014-03-05) |
parents | 1dd9cce52c21 |
children | 73fb2ebfd59a |
files | libvorbis-dev/receipt libvorbis/receipt |
line diff
1.1 --- a/libvorbis-dev/receipt Wed Mar 05 23:34:15 2014 +0100 1.2 +++ b/libvorbis-dev/receipt Wed Mar 05 23:46:52 2014 +0100 1.3 @@ -8,6 +8,7 @@ 1.4 LICENSE="other" 1.5 WANTED="libvorbis" 1.6 WEB_SITE="http://www.xiph.org/" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 DEPENDS="libogg-dev libvorbis pkg-config" 1.10
2.1 --- a/libvorbis/receipt Wed Mar 05 23:34:15 2014 +0100 2.2 +++ b/libvorbis/receipt Wed Mar 05 23:46:52 2014 +0100 2.3 @@ -9,6 +9,7 @@ 2.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.5 WEB_SITE="http://www.xiph.org/" 2.6 WGET_URL="http://downloads.xiph.org/releases/vorbis/$TARBALL" 2.7 +HOST_ARCH="i486 arm" 2.8 2.9 DEPENDS="libogg" 2.10 BUILD_DEPENDS="libogg-dev" 2.11 @@ -16,9 +17,8 @@ 2.12 # Rules to configure and make the package. 2.13 compile_rules() 2.14 { 2.15 - cd $src 2.16 - ./configure --prefix=/usr --infodir=/usr/share/info \ 2.17 - --mandir=/usr/share/man $CONFIGURE_ARGS && 2.18 + ./configure \ 2.19 + $CONFIGURE_ARGS && 2.20 make && 2.21 make DESTDIR=$DESTDIR install 2.22 }