summaryrefslogtreecommitdiff
path: root/mpd/mpd_0.11.1.oe
blob: 2e14c9d746a79b71e1e49b3ba40cea7c5875ef70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Music Player Daemon (mpd)"
HOMEPAGE = "http://www.musicpd.org"
LICENSE = "GPLv2"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
DEPENDS = "libvorbis libogg libid3tag libao zlib libmikmod libmad"

SRC_URI = "${SOURCEFORGE_MIRROR}/musicpd/mpd-${PV}.tar.gz"

inherit autotools

EXTRA_OECONF = "--enable-ogg \
		--enable-mpd-mad \
		--enable-mpd-id3tag \
		--with-id3tag-libraries=${STAGING_LIBDIR} \
		--with-id3tag-includes=${STAGING_INCDIR} \
		--with-mad-libraries=${STAGING_LIBDIR} \
		--with-mad-includes=${STAGING_INCDIR} \
		--without-faad"