frotz: new homepage
authorKlaus Schwarzkopf <schwarzkopf@sensortherm.de>
Sat, 27 Nov 2010 16:15:24 +0000 (17:15 +0100)
committerEric Bénard <eric@eukrea.com>
Sun, 28 Nov 2010 10:01:36 +0000 (11:01 +0100)
new homepage and src_uri for frotz version 2.43 and 2.42

Signed-off-by: Eric Bénard <eric@eukrea.com>
recipes/frotz/frotz_2.42.bb
recipes/frotz/frotz_2.43.bb

index 6faf415..c74b132 100644 (file)
@@ -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() {
index b59f708..645fb98 100644 (file)
@@ -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 "