Merge branch 'vuplus-1.6k' of code.vuplus.com:/opt/repository/openembedded into vuplu...
[vuplus_openembedded] / recipes / mp3blaster / mp3blaster_3.1.3.bb
1 LICENSE = "GPL"
2 SECTION = "console/multimedia"
3 DESCRIPTION = "A console MP3 player based on ncurses"
4 DEPENDS = "ncurses libsidplay libogg libvorbis"
5
6 SRC_URI = "http://www.stack.nl/~brama/mp3blaster/src/mp3blaster-${PV}.tar.gz \
7            file://includedir.patch;patch=1"
8
9 inherit autotools
10
11 PARALLEL_MAKE=""
12
13 EXTRA_OECONF = "--with-x=no --with-sidplay --with-oggvorbis --without-pth --without-mysql --without-nas"