wok rev 10881

ncmpc: Remove mpd-dev from bdeps since there is no package for it and mpd doesn't have headers files to even make it.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jun 25 23:51:57 2011 +0000 (2011-06-25)
parents 09cf2cf94008
children 6ece638b3ddb
files ncmpc/receipt
line diff
     1.1 --- a/ncmpc/receipt	Sat Jun 25 09:39:04 2011 +0000
     1.2 +++ b/ncmpc/receipt	Sat Jun 25 23:51:57 2011 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="A ncurses MPD client."
     1.5  MAINTAINER="paul@slitaz.org"
     1.6  DEPENDS="mpd glib ncurses"
     1.7 -BUILD_DEPENDS="pkg-config gtk+-dev mpd-dev ncurses-dev libmpdclient-dev"
     1.8 +BUILD_DEPENDS="pkg-config gtk+-dev ncurses-dev libmpdclient-dev"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://hem.bredband.net/kaw/ncmpc/index.html"
    1.11  WGET_URL="$SF_MIRROR/musicpd/$PACKAGE/$VERSION/$TARBALL"
    1.12 @@ -27,7 +27,7 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/share/ncmpc
    1.16 -	cp -a $_pkg/usr/bin $fs/usr
    1.17 -	cp -a $_pkg/usr/share/doc/$PACKAGE $fs/usr/share
    1.18 +	cp -a $install/usr/bin $fs/usr
    1.19 +	cp -a $install/usr/share/doc/$PACKAGE $fs/usr/share
    1.20  }
    1.21