aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/mp3blaster/mp3blaster_3.1.3.bb13
-rw-r--r--packages/mp3blaster/mp3blaster_3.2.0.bb13
2 files changed, 26 insertions, 0 deletions
diff --git a/packages/mp3blaster/mp3blaster_3.1.3.bb b/packages/mp3blaster/mp3blaster_3.1.3.bb
index e69de29bb2..0e387ab381 100644
--- a/packages/mp3blaster/mp3blaster_3.1.3.bb
+++ b/packages/mp3blaster/mp3blaster_3.1.3.bb
@@ -0,0 +1,13 @@
+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
+
+PARALLEL_MAKE=""
+
+EXTRA_OECONF = "--with-x=no --with-sidplay --with-oggvorbis --without-pth --without-mysql --without-nas"
diff --git a/packages/mp3blaster/mp3blaster_3.2.0.bb b/packages/mp3blaster/mp3blaster_3.2.0.bb
index e69de29bb2..0e387ab381 100644
--- a/packages/mp3blaster/mp3blaster_3.2.0.bb
+++ b/packages/mp3blaster/mp3blaster_3.2.0.bb
@@ -0,0 +1,13 @@
+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
+
+PARALLEL_MAKE=""
+
+EXTRA_OECONF = "--with-x=no --with-sidplay --with-oggvorbis --without-pth --without-mysql --without-nas"