wok diff libvorbis/receipt @ rev 19175

Fill category 'localization'
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 03 01:02:47 2016 +0300 (2016-06-03)
parents 1579e41f30b5
children a78610b2eb47
line diff
     1.1 --- a/libvorbis/receipt	Fri Jun 14 11:49:11 2013 +0200
     1.2 +++ b/libvorbis/receipt	Fri Jun 03 01:02:47 2016 +0300
     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  }