wok diff mpc/receipt @ rev 5074

get-flash-plugin: re-export firefox libs if not found
author Rohit Joshi <jozee@slitaz.org>
date Fri Mar 12 11:43:55 2010 +0000 (2010-03-12)
parents 22827ce7ab0e
children 9bf2c7a08c3d
line diff
     1.1 --- a/mpc/receipt	Thu Sep 11 15:16:24 2008 +0000
     1.2 +++ b/mpc/receipt	Fri Mar 12 11:43:55 2010 +0000
     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