wok diff libvorbis/receipt @ rev 1996

Up: leafpad (0.8.16)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 08 19:16:56 2009 +0100 (2009-01-08)
parents e0f2bee5b24d
children f65c32b5d6ac
line diff
     1.1 --- a/libvorbis/receipt	Wed Feb 13 14:19:21 2008 +0100
     1.2 +++ b/libvorbis/receipt	Thu Jan 08 19:16:56 2009 +0100
     1.3 @@ -5,6 +5,8 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC="Vorbis base library."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +DEPENDS="libogg"
     1.8 +BUILD_DEPENDS="libogg-dev"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.xiph.org/"
    1.11  WGET_URL="http://downloads.xiph.org/releases/vorbis/$TARBALL"
    1.12 @@ -14,8 +16,8 @@
    1.13  {
    1.14  	cd $src
    1.15  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.16 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.17 -	make
    1.18 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22