From: Robert Schuster Date: Sat, 12 Mar 2011 16:30:54 +0000 (+0100) Subject: openttd-sfx 0.1.0: Delete. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=397feb411ca6cd5895e5d8e9d3cbb4598c9915a2;p=openembedded.git openttd-sfx 0.1.0: Delete. * was working unsatisfactory and is being replaced by something better Signed-off-by: Robert Schuster --- diff --git a/recipes/openttd/openttd-sfx_0.1.0.bb b/recipes/openttd/openttd-sfx_0.1.0.bb deleted file mode 100644 index 28eca075e8..0000000000 --- a/recipes/openttd/openttd-sfx_0.1.0.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "Sound files for openttd" -HOMEPAGE = "http://bundles.openttdcoop.org/opensfx/" -LICENSE = "CC Sampling Plus 1.0" - -PACKAGE_ARCH = "all" - -SRC_URI = "http://bundles.openttdcoop.org/download.php?file=opensfx%2Freleases%2Fopensfx-${PV}.zip" - -do_install() { - mv ${WORKDIR}/license.txt ${WORKDIR}/sfx_license.txt - install -d ${D}${datadir}/games/openttd/data/ - install -m 0644 ${WORKDIR}/opensfx-${PV}.tar ${D}${datadir}/games/openttd/data/ - install -m 0644 ${WORKDIR}/sfx_license.txt ${D}${datadir}/games/openttd/data/ -} - -FILES_${PN} = "${datadir}" - -SRC_URI[md5sum] = "1a43ee0a2026b7fecfd47c7c7e4b056f" -SRC_URI[sha256sum] = "ea0d90e3e049aec2e0884bc117a46e5fb78411b7e3633b3802d4c5af8f29300c"