From: Klaus Schwarzkopf Date: Sat, 27 Nov 2010 16:15:24 +0000 (+0100) Subject: frotz: new homepage X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=666bdb34dbea3805aae67c9bfab70db75a992c97;p=openembedded.git frotz: new homepage new homepage and src_uri for frotz version 2.43 and 2.42 Signed-off-by: Eric Bénard --- 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 "