hvsc 5.8: update to v45. TODO: split package up... 63MB might be a bit too heavy...
authorMichael Lauer <mickey@vanille-media.de>
Tue, 19 Dec 2006 14:37:00 +0000 (14:37 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 19 Dec 2006 14:37:00 +0000 (14:37 +0000)
packages/hvsc/hvsc_45.bb [moved from packages/hvsc/hvsc_5.8.bb with 79% similarity]

similarity index 79%
rename from packages/hvsc/hvsc_5.8.bb
rename to packages/hvsc/hvsc_45.bb
index 45d212f..085c4aa 100644 (file)
@@ -3,12 +3,12 @@ Commodore 64 music for the masses"
 LICENSE = "PD"
 SECTION = "multimedia"
 
-SRC_URI = "http://gallium.prg.dtu.dk/HVSC/random/HVSC_${PV}-all-of-them.zip"
+SRC_URI = "http://gallium.prg.dtu.dk/HVSC/random/HVSC_${PV}-all-of-them.rar"
 S = "${WORKDIR}"
 
 do_install() {
        install -d ${D}${datadir}/hvsc
-       unzip -d ${D}${datadir}/hvsc C64Music.zip
+       cd ${D}${datadir}/hvsc && unrar x ${S}/HVSC_${PV}-all-of-them.rar
 }
 
 PACKAGE_ARCH = "all"