wok-stable diff orpheus/receipt @ rev 2459

obby, ocaml, odt2txt, opal, openbox, openldap, opentyrian-classic, orpheus: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 14 14:38:58 2009 +0000 (2009-03-14)
parents 6cb7faec0f95
children 802a77e5a30c
line diff
     1.1 --- a/orpheus/receipt	Fri May 16 08:52:23 2008 +0000
     1.2 +++ b/orpheus/receipt	Sat Mar 14 14:38:58 2009 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC="Ncurses based audio player"
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 -DEPENDS="ncurses libvorbis libogg"
     1.8 +DEPENDS="ncurses libvorbis libogg libxml2 zlib"
     1.9  SUGGESTED="mpg123"
    1.10  BUILD_DEPENDS="ncurses-dev libvorbis-dev libogg-dev"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.12 @@ -18,9 +18,10 @@
    1.13  	cd $src
    1.14  	./configure \
    1.15  		--prefix=/usr \
    1.16 -		--mandir=/usr/share/man
    1.17 -	make
    1.18 -	make DESTDIR=$PWD/_pkg install
    1.19 +		--mandir=/usr/share/man \
    1.20 +		$CONFIGURE_ARGS &&
    1.21 +	make &&
    1.22 +	make DESTDIR=$PWD/_pkg install &&
    1.23  }
    1.24  
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.