new homepage and src_uri for frotz version 2.43 and 2.42 --- recipes/frotz/frotz_2.42.bb | 4 ++-- recipes/frotz/frotz_2.43.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/recipes/frotz/frotz_2.42.bb b/recipes/frotz/frotz_2.42.bb index 6faf415..c74b132 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 b59f708..645fb98 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 " -- 1.7.0.4 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
