blob: c68b382198b6c4eba878f641f4d47b774e742ab5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
LICENSE = GPL
SECTION = "console/multimedia"
DESCRIPTION = "A console MP3 player based on ncurses"
DEPENDS = "ncurses libsidplay libogg libvorbis"
SRC_URI = "http://www.stack.nl/~brama/mp3blaster/src/mp3blaster-${PV}.tar.gz \
file://includedir.patch;patch=1"
inherit autotools
EXTRA_OECONF = "--with-x=no --with-sidplay --with-oggvorbis --without-pth --without-mysql --without-nas"
|