wok-6.x diff libmpdclient/receipt @ rev 6389
Fixed some depends problems when building gtk-vnc. Like added libtasn1 to libtasn1-dev. Some builds need the .so files and the headers.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Sep 23 18:31:29 2010 +0000 (2010-09-23) |
parents | 95b431e1d1f8 |
children | 0f30a82f288f |
line diff
1.1 --- a/libmpdclient/receipt Sun Jan 10 22:24:44 2010 +0100 1.2 +++ b/libmpdclient/receipt Thu Sep 23 18:31:29 2010 +0000 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libmpdclient" 1.7 -VERSION="2.1" 1.8 +VERSION="2.2" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="C & C++ API library for MPD." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 DEPENDS="" 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WEB_SITE="http://mpd.wikia.com/wiki/ClientLib:libmpdclient" 1.15 -WGET_URL="$SF_MIRROR/musicpd/files/libmpdclient/$VERSION/$TARBALL" 1.16 +WGET_URL="$SF_MIRROR/musicpd/$VERSION/$TARBALL" 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules()