aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openttd
diff options
context:
space:
mode:
authorRobert Schuster <r.schuster@tarent.de>2011-03-12 17:21:43 +0100
committerRobert Schuster <r.schuster@tarent.de>2011-03-12 17:21:43 +0100
commitac3a2c0a258a8eb26f2ff9ebc12554e7f746dc5a (patch)
tree67c7f8a4cd73484a15dfe522b0cdb8af25fd30f3 /recipes/openttd
parenta46f563776ddc4f34338f3b935d6815cde5f2a79 (diff)
downloadopenembedded-ac3a2c0a258a8eb26f2ff9ebc12554e7f746dc5a.tar.gz
openttd-gfx 0.1.1: Deleted.
* worked unsatisfactory and will be replaced in next commit Signed-off-by: Robert Schuster <r.schuster@tarent.de>
Diffstat (limited to 'recipes/openttd')
-rw-r--r--recipes/openttd/openttd-gfx_0.1.1.bb19
1 files changed, 0 insertions, 19 deletions
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"