wok-next view mpc/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 1a0b3262dccf
children a3c581bf52b8
line source
1 # SliTaz package receipt.
3 PACKAGE="mpc"
4 VERSION="0.25"
5 CATEGORY="multimedia"
6 SHORT_DESC="A command line tool to interface MPD."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WEB_SITE="http://www.musicpd.org/clients/mpc/"
11 WGET_URL="http://www.musicpd.org/download/mpc/0/$TARBALL"
13 DEPENDS="mpd libmpdclient"
14 BUILD_DEPENDS="libmpdclient-dev"
16 compile_rules()
17 {
18 ./configure $CONFIGURE_ARGS
19 make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/share/mpc
26 cp -a $install/usr/bin $fs/usr
27 }