wok diff vorbis-tools/receipt @ rev 2239

netatalk-pam: add /etc/pam.d/
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 14 13:13:31 2009 +0000 (2009-02-14)
parents e0f2bee5b24d
children 74d9e193ac36
line diff
     1.1 --- a/vorbis-tools/receipt	Wed Feb 13 14:19:21 2008 +0100
     1.2 +++ b/vorbis-tools/receipt	Sat Feb 14 13:13:31 2009 +0000
     1.3 @@ -5,6 +5,8 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC="Vorbis encoder, decoder and tiny tools."
     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.vorbis.com/"
    1.11  WGET_URL="http://downloads.xiph.org/releases/vorbis/$TARBALL"
    1.12 @@ -16,8 +18,8 @@
    1.13  	./configure \
    1.14  		--prefix=/usr \
    1.15  		--mandir=/usr/share/man \
    1.16 -		$CONFIGURE_ARGS
    1.17 -	make
    1.18 +		$CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22