summaryrefslogtreecommitdiff
path: root/packages/hvsc
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2006-12-21 11:18:00 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2006-12-21 11:18:00 +0000
commiteabaa88ffbd6d0125d31c629534614f3ede92b43 (patch)
treeebb3845832061ec8e9bc757133e780e058516c9c /packages/hvsc
parent373c52d20c06479a59091293dbeb1cc22ed74dc4 (diff)
parent5a1269e53c80708c3e3f53569791c66eab0cae12 (diff)
merge of '740568b10a465e2c82673155e6c544f4bf1fd4c3'
and '76e7f9f8a56e5ea977d7491ec4871f97befb0507'
Diffstat (limited to 'packages/hvsc')
-rw-r--r--packages/hvsc/hvsc_45.bb (renamed from packages/hvsc/hvsc_5.8.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/hvsc/hvsc_5.8.bb b/packages/hvsc/hvsc_45.bb
index 45d212fe07..085c4aa959 100644
--- a/packages/hvsc/hvsc_5.8.bb
+++ b/packages/hvsc/hvsc_45.bb
@@ -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"