summaryrefslogtreecommitdiff
path: root/mp3blaster/mp3blaster_3.1.3.oe
blob: e934ca527839944a4c92073847a4169ade407238 (plain)
1
2
3
4
5
6
7
8
9
10
DESCRIPTION = "A console MP3 player based on ncurses"
DEPENDS = "virtual/libc ncurses libsidplay libogg libvorbis"

SRC_URI = "http://www.stack.nl/~brama/mp3blaster/src/mp3blaster-${PV}.tar.gz \
	   file://${FILESDIR}/includedir.patch;patch=1"

inherit autotools

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