summaryrefslogtreecommitdiff
path: root/mpd
diff options
context:
space:
mode:
Diffstat (limited to 'mpd')
-rw-r--r--mpd/mpd_0.11.1.oe18
1 files changed, 18 insertions, 0 deletions
diff --git a/mpd/mpd_0.11.1.oe b/mpd/mpd_0.11.1.oe
index e69de29bb2..2e14c9d746 100644
--- a/mpd/mpd_0.11.1.oe
+++ b/mpd/mpd_0.11.1.oe
@@ -0,0 +1,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"