# HG changeset patch # User Hans-G?nter Theisgen # Date 1649854509 -3600 # Node ID 26718eedbc22504e089ac0a4d521fdfe161787dd # Parent 2048be3851169d9b5357f1c30853994a91478f90 updated mpc (0.33 -> 0.34) diff -r 2048be385116 -r 26718eedbc22 mpc/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mpc/description.txt Wed Apr 13 13:55:09 2022 +0100 @@ -0,0 +1,4 @@ +Music Player Daemon (MPD) is a flexible, powerful, server-side +application for playing music. +Through plugins and libraries it can play a variety of sound +files while being controlled by its network protocol. diff -r 2048be385116 -r 26718eedbc22 mpc/receipt --- a/mpc/receipt Wed Apr 13 10:27:34 2022 +0000 +++ b/mpc/receipt Wed Apr 13 13:55:09 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="mpc" -VERSION="0.33" +VERSION="0.34" CATEGORY="multimedia" SHORT_DESC="A command line tool to interface MPD." MAINTAINER="paul@slitaz.org" @@ -25,7 +25,8 @@ compile_rules() { - meson . _build --prefix=/usr && + meson _build \ + --prefix=/usr && ninja -C _build && ninja -C _build install } @@ -33,6 +34,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + cook_copy_folders bin }