aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/frotz
diff options
context:
space:
mode:
authorKlaus Schwarzkopf <schwarzkopf@sensortherm.de>2010-11-27 17:15:24 +0100
committerEric Bénard <eric@eukrea.com>2010-11-28 11:01:36 +0100
commit666bdb34dbea3805aae67c9bfab70db75a992c97 (patch)
tree24dc7b773f68a5b2ad3c3c33444d46f747dd78f2 /recipes/frotz
parentbf68e0742c68710ee2800b59a839d05e34790d5b (diff)
downloadopenembedded-666bdb34dbea3805aae67c9bfab70db75a992c97.tar.gz
frotz: new homepage
new homepage and src_uri for frotz version 2.43 and 2.42 Signed-off-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'recipes/frotz')
-rw-r--r--recipes/frotz/frotz_2.42.bb4
-rw-r--r--recipes/frotz/frotz_2.43.bb4
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes/frotz/frotz_2.42.bb b/recipes/frotz/frotz_2.42.bb
index 6faf415b6a..c74b1323e0 100644
--- a/recipes/frotz/frotz_2.42.bb
+++ b/recipes/frotz/frotz_2.42.bb
@@ -1,12 +1,12 @@
LICENSE = "GPL"
DESCRIPTION = "Frotz is an interpreter for Infocom games and other Z-machine games."
-HOMEPAGE = "http://www.cs.csubak.edu/~dgriffi/proj/frotz/"
+HOMEPAGE = "http://frotz.sourceforge.net/"
SECTION = "console/games"
PR = "r1"
DEPENDS = "ncurses"
-SRC_URI = "http://www.cs.csubak.edu/~dgriffi/proj/frotz/files/frotz-${PV}.tar.gz \
+SRC_URI = "http://downloads.sourceforge.net/project/frotz/frotz/2.42/frotz-${PV}.tar.gz \
file://Makefile.patch "
do_configure() {
diff --git a/recipes/frotz/frotz_2.43.bb b/recipes/frotz/frotz_2.43.bb
index b59f7084dc..645fb98c1e 100644
--- a/recipes/frotz/frotz_2.43.bb
+++ b/recipes/frotz/frotz_2.43.bb
@@ -1,12 +1,12 @@
LICENSE = "GPL"
DESCRIPTION = "Frotz is an interpreter for Infocom games and other Z-machine games."
-HOMEPAGE = "http://www.cs.csubak.edu/~dgriffi/proj/frotz/"
+HOMEPAGE = "http://frotz.sourceforge.net/"
SECTION = "console/games"
PR = "r1"
DEPENDS = "ncurses"
-SRC_URI = "http://www.cs.csubak.edu/~dgriffi/proj/frotz/files/frotz-${PV}.tar.gz \
+SRC_URI = "http://downloads.sourceforge.net/project/frotz/frotz/2.43/frotz-${PV}.tar.gz \
file://Makefile-${PV}.patch \
file://remove_root_restriction.patch "