wok view mpc/receipt @ rev 20358

GnuPG: search suggests it may be due to older gcc, so let's try with LDFLAGS: -lrt
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 17:24:06 2018 +0000 (2018-06-09)
parents bb009a6ef036
children 6e8b1bcb30e2
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"
12 HOST_ARCH="i486 arm"
14 DEPENDS="mpd libmpdclient"
15 BUILD_DEPENDS="libmpdclient-dev"
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS
20 make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/share/mpc
27 cp -a $install/usr/bin $fs/usr
28 }