wok-6.x diff libvorbis/receipt @ rev 16342
ARM: add libpthread-stubs, libdrm
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Apr 12 18:33:53 2014 +0200 (2014-04-12) |
parents | 1579e41f30b5 |
children | a78610b2eb47 |
line diff
1.1 --- a/libvorbis/receipt Fri Jun 14 11:49:11 2013 +0200 1.2 +++ b/libvorbis/receipt Sat Apr 12 18:33:53 2014 +0200 1.3 @@ -9,6 +9,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.xiph.org/" 1.6 WGET_URL="http://downloads.xiph.org/releases/vorbis/$TARBALL" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 DEPENDS="libogg" 1.10 BUILD_DEPENDS="libogg-dev" 1.11 @@ -16,9 +17,8 @@ 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - cd $src 1.16 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.17 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.18 + ./configure \ 1.19 + $CONFIGURE_ARGS && 1.20 make && 1.21 make DESTDIR=$DESTDIR install 1.22 }