From: Michael Smith Date: Mon, 23 Jul 2007 07:33:44 +0000 (+0000) Subject: Added freshmeat-submit X-Git-Tag: release/1.79.1~6^2~1884 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7cc8fcb4d56646c07cf7b96d1176cf0b8e300fbf;p=docbook-dsssl Added freshmeat-submit --- diff --git a/contrib/tools/freshmeat-submit/Makefile b/contrib/tools/freshmeat-submit/Makefile new file mode 100644 index 000000000..8fce25e59 --- /dev/null +++ b/contrib/tools/freshmeat-submit/Makefile @@ -0,0 +1,21 @@ +# $Id: Makefile 5723 2006-03-27 05:10:40Z xmldoc $ + +DOWNLOAD_URL ?= http://www.catb.org/~esr/freshmeat-submit +DOWNLOAD_FILENAME ?= freshmeat-submit-1.6.tar.gz + +WGET ?= wget +WGET_OPTS ?= + +TAR=tar + +all: freshmeat-submit-1.6/freshmeat-submit + +$(DOWNLOAD_FILENAME): + $(WGET) $(DOWNLOAD_URL)/$@ + +freshmeat-submit-1.6/freshmeat-submit: $(DOWNLOAD_FILENAME) + $(TAR) xvfz $< + +clean: + $(RM) $(DOWNLOAD_FILENAME) + $(RM) -r freshmeat-submit-1.6