wok rev 24925

updated mpc (0.33 -> 0.34)
author Hans-G?nter Theisgen
date Wed Apr 13 13:55:09 2022 +0100 (2022-04-13)
parents 2048be385116
children 460a9ffd446e
files mpc/description.txt mpc/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mpc/description.txt	Wed Apr 13 13:55:09 2022 +0100
     1.3 @@ -0,0 +1,4 @@
     1.4 +Music Player Daemon (MPD) is a flexible, powerful, server-side
     1.5 +application for playing music.
     1.6 +Through plugins and libraries it can play a variety of sound
     1.7 +files while being controlled by its network protocol.
     2.1 --- a/mpc/receipt	Wed Apr 13 10:27:34 2022 +0000
     2.2 +++ b/mpc/receipt	Wed Apr 13 13:55:09 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="mpc"
     2.7 -VERSION="0.33"
     2.8 +VERSION="0.34"
     2.9  CATEGORY="multimedia"
    2.10  SHORT_DESC="A command line tool to interface MPD."
    2.11  MAINTAINER="paul@slitaz.org"
    2.12 @@ -25,7 +25,8 @@
    2.13  
    2.14  compile_rules()
    2.15  {
    2.16 -	meson . _build --prefix=/usr &&
    2.17 +	meson	_build		\
    2.18 +		--prefix=/usr &&
    2.19  	ninja -C _build &&
    2.20  	ninja -C _build install
    2.21  }
    2.22 @@ -33,6 +34,5 @@
    2.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.24  genpkg_rules()
    2.25  {
    2.26 -	mkdir -p $fs/usr
    2.27 -	cp -a $install/usr/bin	$fs/usr
    2.28 +	cook_copy_folders	bin
    2.29  }