wok-current diff vorbis-tools/receipt @ rev 1937
Up slitaz-tools (2.8)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Dec 26 20:18:26 2008 +0000 (2008-12-26) |
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 Fri Dec 26 20:18:26 2008 +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