blob: 88066533574f9c55767b3f8eedb8a17a708522c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "Command-line (scriptable) Music Player Daemon (mpd) Client"
HOMEPAGE = "http://www.musicpd.org/mpc.shtml"
LICENSE = "GPLv2"
SECTION = "console/multimedia"
PR = "r1"
SRC_URI = "http://mercury.chem.pitt.edu/~shank/mpc-${PV}.tar.gz"
EXTRA_OECONF = "--with-iconv-libraries=${STAGING_LIBDIR} \
--with-iconv-includes=${STAGING_INCDIR}"
inherit autotools
|