wok-next diff libvorbis/receipt @ rev 18985

Add: Backgrounds created by the community. See: https://github.com/hackdorte/slitaz-community-backgrounds
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Mar 17 00:11:28 2016 -0300 (2016-03-17)
parents 1579e41f30b5
children b2efa70e9283
line diff
     1.1 --- a/libvorbis/receipt	Fri Jun 14 11:49:11 2013 +0200
     1.2 +++ b/libvorbis/receipt	Thu Mar 17 00:11:28 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  }