wok diff ncmpc/receipt @ rev 1496

Up libgsf (1.14.9)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 05 13:07:07 2008 +0000 (2008-10-05)
parents 9759fe485bf7
children 3d99ecce2d4b
line diff
     1.1 --- a/ncmpc/receipt	Thu Sep 11 15:19:20 2008 +0000
     1.2 +++ b/ncmpc/receipt	Sun Oct 05 13:07:07 2008 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="A ncurses MPD client."
     1.5  MAINTAINER="paul@slitaz.org"
     1.6  DEPENDS="mpd"
     1.7 +BUILD_DEPENDS="pkg-config"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://hem.bredband.net/kaw/ncmpc/index.html"
    1.10  WGET_URL="http://hem.bredband.net/kaw/ncmpc/files/$TARBALL"
    1.11 @@ -18,8 +19,8 @@
    1.12  	--enable-search-screen \
    1.13  	--enable-clock-screen \
    1.14  	--prefix=/usr --infodir=/usr/share/info \
    1.15 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.16 -	make
    1.17 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.18 +	make &&
    1.19  	make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21