update driver
[vuplus_openembedded] / recipes / orpheus / orpheus_1.5.bb
1 SECTION = "console/utils"
2 DESCRIPTION = "Orpheus is a light-weight text mode menu- and \
3 window-driven audio player application for CDs and files in \
4 MP3 and Vorbis OGG format."
5 DEPENDS = "ncurses"
6 LICENSE = "GPL"
7 SRC_URI = "http://thekonst.net/download/orpheus-${PV}.tar.bz2 \
8            file://m4.patch;patch=1"
9 S = "${WORKDIR}/orpheus-${PV}"
10
11 inherit autotools
12
13 acpaths = "-I ${S}/m4"