------------------------------------------------------------ revno: 287 committer: Brian Gough <[email protected]> branch nick: gsrc timestamp: Sun 2010-08-01 07:54:09 +0100 message: added myserver-0.9.2 added: gnu/myserver/Makefile
=== added file 'gnu/myserver/Makefile' --- a/gnu/myserver/Makefile 1970-01-01 00:00:00 +0000 +++ b/gnu/myserver/Makefile 2010-08-01 06:54:09 +0000 @@ -0,0 +1,13 @@ +GARNAME = myserver +GARVERSION = 0.9.2 + +MASTER_SITES = $(MASTER_GNU) +MASTER_SUBDIR = myserver/$(GARVERSION)/ + +DISTFILES = $(DISTNAME).tar.gz +SIGFILES = $(DISTNAME).tar.gz.sig + +HOME_URL = http://www.gnu.org/software/myserver/ +DESCRIPTION = MyServer is a powerful and easy to configure web server. Its multi-threaded architecture makes it extremely scalable and usable in large scale sites as well as in small networks, it has a lot of built-in features. Share your files in minutes! + +include ../../gar.lib/auto.mk
