aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mpg321/mpg321_0.2.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/mpg321/mpg321_0.2.10.bb')
-rw-r--r--recipes/mpg321/mpg321_0.2.10.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/mpg321/mpg321_0.2.10.bb b/recipes/mpg321/mpg321_0.2.10.bb
new file mode 100644
index 0000000000..cdbbd521d5
--- /dev/null
+++ b/recipes/mpg321/mpg321_0.2.10.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "mpg321 is a replacement for mpg123, a very popular command-line mp3 player."
+SECTION = "console/multimedia"
+DEPENDS = "libmad libao"
+LICENSE = "GPL"
+AUTHOR = "Joe Drew <hoserhead@woot.net>"
+HOMEPAGE = "http://mpg321.sourceforge.net/"
+RCONFLICTS_${PN} = "mpg123"
+RREPLACES_${PN} = "mpg123"
+PR = "r1"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/mpg321/mpg321-0.2.10.tar.gz \
+ file://libao.m4.patch;patch=1"
+
+inherit autotools
+
+EXTRA_OECONF="--with-ao-includes=${STAGING_INCDIR} --with-ao-libraries=${STAGING_LIBDIR}"