xf86-video-omapfb: pandora: handle cycle/forcer events better
[openembedded.git] / recipes / hvsc / hvsc_45.bb
1 DESCRIPTION = "The High Voltage SID Collection (HVSC) \
2 Commodore 64 music for the masses"
3 LICENSE = "PD"
4 SECTION = "multimedia"
5
6 SRC_URI = "http://gallium.prg.dtu.dk/HVSC/random/HVSC_${PV}-all-of-them.rar"
7 S = "${WORKDIR}"
8
9 do_install() {
10         install -d ${D}${datadir}/hvsc
11         cd ${D}${datadir}/hvsc && unrar x ${S}/HVSC_${PV}-all-of-them.rar
12 }
13
14 PACKAGE_ARCH = "all"
15 FILES = "${datadir}/hvsc"