------------------------------------------------------------ revno: 294 committer: Brian Gough <b...@gnu.org> branch nick: gsrc timestamp: Mon 2010-08-02 11:11:14 +0100 message: added autoconf-archive-2010.07.06 added: gnu/autoconf-archive/Makefile
=== added file 'gnu/autoconf-archive/Makefile' --- a/gnu/autoconf-archive/Makefile 1970-01-01 00:00:00 +0000 +++ b/gnu/autoconf-archive/Makefile 2010-08-02 10:11:14 +0000 @@ -0,0 +1,16 @@ +GARNAME = autoconf-archive +GARVERSION = 2010.07.06 + +MASTER_SITES = $(MASTER_GNU) +MASTER_SUBDIR = autoconf-archive/ + +DISTFILES = $(DISTNAME).tar.gz +SIGFILES = $(DISTNAME).tar.gz.sig + +BUILDDEPS = m4 +# LIBDEPS = + +HOME_URL = http://www.gnu.org/software/autoconf-archive/ +DESCRIPTION = Additional contributed macros for GNU Autoconf + +include ../../gar.lib/auto.mk