wok-next diff ncmpc/receipt @ rev 17119
Up lilo (24.0), again
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 04 13:22:11 2014 +0200 (2014-09-04) |
parents | 408c87fa22ca |
children | c4e53a39395a |
line diff
1.1 --- a/ncmpc/receipt Sat Aug 10 17:48:05 2013 +0000 1.2 +++ b/ncmpc/receipt Thu Sep 04 13:22:11 2014 +0200 1.3 @@ -1,25 +1,25 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ncmpc" 1.7 -VERSION="0.19" 1.8 +VERSION="0.21" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="A ncurses MPD client." 1.11 MAINTAINER="paul@slitaz.org" 1.12 LICENSE="GPL2" 1.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 -WEB_SITE="http://hem.bredband.net/kaw/ncmpc/index.html" 1.15 -WGET_URL="$SF_MIRROR/musicpd/$PACKAGE/$VERSION/$TARBALL" 1.16 +WEB_SITE="http://www.musicpd.org/clients/ncmpc/" 1.17 +WGET_URL="http://www.musicpd.org/download/ncmpc/0/$TARBALL" 1.18 TAGS="music player" 1.19 +HOST_ARCH="i486 arm" 1.20 1.21 DEPENDS="mpd glib ncurses libmpdclient" 1.22 -BUILD_DEPENDS="pkg-config gtk+-dev ncurses-dev libmpdclient-dev" 1.23 +BUILD_DEPENDS="glib-dev ncurses-dev libmpdclient-dev" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - cd $src 1.29 ./configure \ 1.30 - $CONFIGURE_ARGS && 1.31 + $CONFIGURE_ARGS && 1.32 make && make install 1.33 } 1.34 1.35 @@ -28,6 +28,5 @@ 1.36 { 1.37 mkdir -p $fs/usr/share/ncmpc 1.38 cp -a $install/usr/bin $fs/usr 1.39 - cp -a $install/usr/share/doc/$PACKAGE $fs/usr/share 1.40 } 1.41