aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hvsc/hvsc_45.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/hvsc/hvsc_45.bb')
-rw-r--r--recipes/hvsc/hvsc_45.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/hvsc/hvsc_45.bb b/recipes/hvsc/hvsc_45.bb
new file mode 100644
index 0000000000..085c4aa959
--- /dev/null
+++ b/recipes/hvsc/hvsc_45.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "The High Voltage SID Collection (HVSC) \
+Commodore 64 music for the masses"
+LICENSE = "PD"
+SECTION = "multimedia"
+
+SRC_URI = "http://gallium.prg.dtu.dk/HVSC/random/HVSC_${PV}-all-of-them.rar"
+S = "${WORKDIR}"
+
+do_install() {
+ install -d ${D}${datadir}/hvsc
+ cd ${D}${datadir}/hvsc && unrar x ${S}/HVSC_${PV}-all-of-them.rar
+}
+
+PACKAGE_ARCH = "all"
+FILES = "${datadir}/hvsc"