wok diff ncmpcpp/receipt @ rev 13899

qutim: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 19 15:58:06 2013 +0100 (2013-01-19)
parents 3f5ab215b5b9
children 7896f0694ef6
line diff
     1.1 --- a/ncmpcpp/receipt	Sun Sep 16 06:44:15 2012 +0100
     1.2 +++ b/ncmpcpp/receipt	Sat Jan 19 15:58:06 2013 +0100
     1.3 @@ -9,7 +9,7 @@
     1.4  BUILD_DEPENDS="ncurses-dev taglib taglib-dev curl-dev libmpdclient-dev"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  WEB_SITE="http://unkart.ovh.org/ncmpcpp/"
     1.7 -WGET_URL="http://unkart.ovh.org/ncmpcpp/$TARBALL"
     1.8 +WGET_URL="http://ncmpcpp.rybczak.net/stable/$TARBALL"
     1.9  TAGS="music audio player"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12 @@ -30,8 +30,8 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/share
    1.16 -	cp -a $_pkg/usr/bin $fs/usr
    1.17 -	cp -a $_pkg/usr/share/doc $fs/usr/share
    1.18 +	cp -a $install/usr/bin $fs/usr
    1.19 +	cp -a $install/usr/share/doc $fs/usr/share
    1.20  }
    1.21  
    1.22  post_install()