elvis: set download url to a resource which actually exists
authorMartin Dietze <di@fh-wedel.de>
Wed, 18 Apr 2007 17:03:59 +0000 (17:03 +0000)
committerMartin Dietze <di@fh-wedel.de>
Wed, 18 Apr 2007 17:03:59 +0000 (17:03 +0000)
packages/elvis/elvis_2.2.0.bb

index 3f1ff12..738822b 100644 (file)
@@ -4,7 +4,8 @@ PRIORITY = "optional"
 LICENSE = "Perl Clarified Artistic License"
 DEPENDS = "ncurses"
 
-SRC_URI = "ftp://ftp.cs.pdx.edu/pub/elvis/elvis-2.2_0.tar.gz"
+#SRC_URI = "ftp://ftp.cs.pdx.edu/pub/elvis/elvis-2.2_0.tar.gz"
+SRC_URI = "http://www.fh-wedel.de/pub/elvis/elvis-2.2_0.tar.gz"
 S = "${WORKDIR}/elvis-2.2_0"
 
 CFLAGS_prepend = " -I. -Iosunix -L${STAGING_LIBDIR} "