From: Robert Schuster Date: Sat, 12 Mar 2011 16:21:43 +0000 (+0100) Subject: openttd-gfx 0.1.1: Deleted. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac3a2c0a258a8eb26f2ff9ebc12554e7f746dc5a;p=openembedded.git openttd-gfx 0.1.1: Deleted. * worked unsatisfactory and will be replaced in next commit Signed-off-by: Robert Schuster --- diff --git a/recipes/openttd/openttd-gfx_0.1.1.bb b/recipes/openttd/openttd-gfx_0.1.1.bb deleted file mode 100644 index e9aa46fe46..0000000000 --- a/recipes/openttd/openttd-gfx_0.1.1.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "Grafik files for openttd" -HOMEPAGE = "http://bundles.openttdcoop.org/opengfx/" -LICENSE = "GPLv2" - -PACKAGE_ARCH = "all" - -SRC_URI = "http://bundles.openttdcoop.org/download.php?file=opengfx%2Freleases%2Fopengfx-${PV}.zip" - -do_install() { - mv ${WORKDIR}/docs/license.txt ${WORKDIR}/gfx_license.txt - install -d ${D}${datadir}/games/openttd/data/ - install -m 0644 ${WORKDIR}/opengfx-${PV}.tar ${D}${datadir}/games/openttd/data/ - install -m 0644 ${WORKDIR}/gfx_license.txt ${D}${datadir}/games/openttd/data/ -} - -FILES_${PN} = "${datadir}" - -SRC_URI[md5sum] = "1f959407f2d4a1ab0e84c2e89438c922" -SRC_URI[sha256sum] = "c0eefb2dda166f91e1bfb317cf681165029f6f2709fa966d84dc568ffef6a31e"