The version of grep we use is has not yet been restored to
authorEric Andersen <andersen@codepoet.org>
Mon, 3 Nov 2003 10:02:53 +0000 (10:02 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 3 Nov 2003 10:02:53 +0000 (10:02 -0000)
the gnu download site.  Use the source from the debian site
instead.

make/grep.mk

index 44990438207b05a10b68e4780492135bd4fd4846..bca1984e243b4bcf61e79b0c3876ff232f6c146c 100644 (file)
@@ -3,10 +3,10 @@
 # grep
 #
 #############################################################
-GNUGREP_SOURCE:=grep-2.5.1.tar.bz2
-GNUGREP_SITE:=ftp://ftp.gnu.org/gnu/grep
+GNUGREP_SOURCE:=grep_2.5.1.orig.tar.gz
+GNUGREP_SITE:=http://ftp.debian.org/debian/pool/main/g/grep/
 GNUGREP_DIR:=$(BUILD_DIR)/grep-2.5.1
-GNUGREP_CAT:=bzcat
+GNUGREP_CAT:=zcat
 GNUGREP_BINARY:=src/grep
 GNUGREP_TARGET_BINARY:=bin/grep