aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/moc/moc_2.4.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/moc/moc_2.4.3.bb')
-rw-r--r--recipes/moc/moc_2.4.3.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/moc/moc_2.4.3.bb b/recipes/moc/moc_2.4.3.bb
new file mode 100644
index 0000000000..5d63df0fea
--- /dev/null
+++ b/recipes/moc/moc_2.4.3.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "MOC is a ncurses based music player"
+AUTHOR = "Damian Pietras <daper@daper.net>"
+HOMEPAGE = "http://moc.daper.net/"
+SECTION = "console/multimedia"
+LICENSE = "GPL"
+DEPENDS = "ncurses flac"
+
+SRC_URI = "ftp://ftp.daper.net/pub/soft/moc/stable/${PN}-${PV}.tar.bz2"
+
+inherit autotools
+
+EXTRA_OECONF = "--without-flac"
+
+FILES_${PN}-dbg += "${libdir}/moc/decoder_plugins/.debug"