summaryrefslogtreecommitdiff
path: root/mpd
diff options
context:
space:
mode:
authorHolger Schurig <schurig@mn-solutions.de>2004-09-29 10:15:33 +0000
committerHolger Schurig <schurig@mn-solutions.de>2004-09-29 10:15:33 +0000
commit33587a8612c1d14fba4dd84ba0f6bedbbd6cfa13 (patch)
tree8eedf2fdd61fbeff3a52d6c14f9e88f63022bf46 /mpd
parent8dd6328e322ee6690929a3df6b1d10336ce3f8c3 (diff)
more lint changes
BKrev: 415a8b45sj56tRu3DNvk-RtKBIdS5w
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"