aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mp3blaster/mp3blaster_3.2.3.bb
blob: c766c459ea9f52ef617322a235ca3b61ef8a0bca (plain)
1
2
3
4
5
6
7
8
9
10
LICENSE = "GPL"
SECTION = "console/multimedia"
DESCRIPTION = "A console MP3 player based on ncurses"
DEPENDS = "ncurses libogg libvorbis"

SRC_URI = "${SOURCEFORGE_MIRROR}/mp3blaster/mp3blaster-${PV}.tar.gz file://includedir.patch;patch=1"

inherit autotools

EXTRA_OECONF = "--with-x=no --without-sidplay --with-oggvorbis --without-pth --without-mysql --without-nas"