wok-next diff mpc/receipt @ rev 21243
updated coova-chilli (1.3.0 -> 1.5)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Dec 05 14:57:43 2019 +0100 (2019-12-05) |
parents | a3c581bf52b8 |
children |
line diff
1.1 --- a/mpc/receipt Fri Aug 10 12:53:17 2018 +0300 1.2 +++ b/mpc/receipt Thu Dec 05 14:57:43 2019 +0100 1.3 @@ -3,25 +3,24 @@ 1.4 PACKAGE="mpc" 1.5 VERSION="0.25" 1.6 CATEGORY="multimedia" 1.7 -SHORT_DESC="A command line tool to interface MPD." 1.8 +SHORT_DESC="A command line tool to interface MPD" 1.9 MAINTAINER="paul@slitaz.org" 1.10 LICENSE="GPL2" 1.11 +WEB_SITE="https://www.musicpd.org/clients/mpc/" 1.12 + 1.13 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.14 -WEB_SITE="https://www.musicpd.org/clients/mpc/" 1.15 WGET_URL="https://www.musicpd.org/download/mpc/0/$TARBALL" 1.16 1.17 -DEPENDS="mpd libmpdclient" 1.18 BUILD_DEPENDS="libmpdclient-dev" 1.19 1.20 -compile_rules() 1.21 -{ 1.22 - ./configure $CONFIGURE_ARGS 1.23 - make && make install 1.24 +compile_rules() { 1.25 + ./configure $CONFIGURE_ARGS && 1.26 + make && 1.27 + make install 1.28 } 1.29 1.30 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.31 -genpkg_rules() 1.32 -{ 1.33 +genpkg_rules() { 1.34 mkdir -p $fs/usr/share/mpc 1.35 cp -a $install/usr/bin $fs/usr 1.36 + DEPENDS="mpd libmpdclient" 1.37 }