blob: 5d63df0fea7b403b1da373793b88a0492ad84ae1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
|