wok diff libmpdclient/receipt @ rev 14940

Up: embryo-dev (1.7.8)
author Dominique Corbex <domcox@slitaz.org>
date Thu Aug 08 19:15:45 2013 +0200 (2013-08-08)
parents 9bf2c7a08c3d
children 8f447cf2eee5
line diff
     1.1 --- a/libmpdclient/receipt	Sun Jan 16 09:41:23 2011 +0000
     1.2 +++ b/libmpdclient/receipt	Thu Aug 08 19:15:45 2013 +0200
     1.3 @@ -5,11 +5,12 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="C & C++ API library for MPD."
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS=""
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://mpd.wikia.com/wiki/ClientLib:libmpdclient"
    1.10  WGET_URL="$SF_MIRROR/musicpd/$VERSION/$TARBALL"
    1.11  
    1.12 +DEPENDS=""
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {
    1.17 @@ -19,13 +20,13 @@
    1.18  		--infodir=/usr/share/info \
    1.19  		--mandir=/usr/share/man \
    1.20  		$CONFIGURE_ARGS &&
    1.21 -	make && make DESTDIR=$PWD/_pkg install
    1.22 +	make && make DESTDIR=$DESTDIR install
    1.23  }
    1.24  
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.26  genpkg_rules()
    1.27  {
    1.28  	mkdir -p $fs/usr/lib
    1.29 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.30 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.31  }
    1.32