wok diff orpheus/receipt @ rev 15085

orpheus: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 20:39:06 2013 +0000 (2013-08-13)
parents 47c30bd85a46
children 1ae5963f23df
line diff
     1.1 --- a/orpheus/receipt	Fri Dec 09 12:28:47 2011 +0100
     1.2 +++ b/orpheus/receipt	Tue Aug 13 20:39:06 2013 +0000
     1.3 @@ -5,14 +5,16 @@
     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 libxml2 zlib"
     1.8 +LICENSE="GPL2"
     1.9  SUGGESTED="mpg123"
    1.10 -BUILD_DEPENDS="autoconf automake libvorbis-dev libogg-dev"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.12  WEB_SITE="http://thekonst.net/en/orpheus"
    1.13  WGET_URL="http://thekonst.net/download/$TARBALL"
    1.14  TAGS="audio sound music player"
    1.15  
    1.16 +DEPENDS="ncurses libvorbis libogg libxml2 zlib"
    1.17 +BUILD_DEPENDS="autoconf automake libvorbis-dev libogg-dev ncurses-dev"
    1.18 +
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 @@ -27,6 +29,6 @@
    1.23  genpkg_rules()
    1.24  {
    1.25  	mkdir -p $fs/usr
    1.26 -	cp -a $_pkg/usr/bin $fs/usr
    1.27 +	cp -a $install/usr/bin $fs/usr
    1.28  }
    1.29