wok rev 4757

Up: mpc (0.19)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Jan 10 22:22:06 2010 +0100 (2010-01-10)
parents f3cbdc461ad8
children 17c705eecad3
files mpc/receipt
line diff
     1.1 --- a/mpc/receipt	Sun Jan 10 22:21:48 2010 +0100
     1.2 +++ b/mpc/receipt	Sun Jan 10 22:22:06 2010 +0100
     1.3 @@ -1,16 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mpc"
     1.7 -VERSION="0.12.1"
     1.8 +VERSION="0.19"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="A command line tool to interface MPD."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12 -DEPENDS="mpd"
    1.13 +DEPENDS="mpd libmpdclient"
    1.14 +BUILD_DEPENDS="libmpdclient-dev"
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16  WEB_SITE="http://www.musicpd.org/mpc.shtml"
    1.17 -WGET_URL="http://musicpd.org/uploads/files/$TARBALL"
    1.18 +WGET_URL="$SF_MIRROR/musicpd/$PACKAGE/$VERSION/$TARBALL"
    1.19  
    1.20 -# Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23  	cd $src