wok-next view libmpdclient/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 c4e53a39395a
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libmpdclient"
4 VERSION="2.11"
5 CATEGORY="system-tools"
6 SHORT_DESC="Library for interfacing Music Player Daemon (MPD)"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.musicpd.org/libs/libmpdclient/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="https://www.musicpd.org/download/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="doxygen"
15 SPLIT="libmpdclient-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 libmpdclient) copy @std;;
27 *-dev) copy @dev;;
28 esac
29 }