[csw-devel] SF.net SVN: gar:[5636] csw/mgar/pkg

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Thu Jul 23 18:57:30 CEST 2009


Revision: 5636
          http://gar.svn.sourceforge.net/gar/?rev=5636&view=rev
Author:   wahwah
Date:     2009-07-23 16:57:29 +0000 (Thu, 23 Jul 2009)

Log Message:
-----------
pyantlrrt: Initial commit

Modified Paths:
--------------
    csw/mgar/pkg/pyantlrrt/trunk/Makefile
    csw/mgar/pkg/pyantlrrt/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/pyantlrrt/

Modified: csw/mgar/pkg/pyantlrrt/trunk/Makefile
===================================================================
--- csw/mgar/pkg/template/trunk/Makefile	2009-04-03 06:32:57 UTC (rev 4172)
+++ csw/mgar/pkg/pyantlrrt/trunk/Makefile	2009-07-23 16:57:29 UTC (rev 5636)
@@ -1,24 +1,28 @@
-GARNAME = mypkg
-GARVERSION = 1.0
+GARNAME = pyantlrrt
+GARVERSION = 3.1.1
 CATEGORIES = lib
 
-DESCRIPTION = This is a useful library
+DESCRIPTION = Python ANTLR runtime
 define BLURB
-  It does stuff with things
+  Python ANTLR runtime, needed for Python ANTLR-generated parsers to run.
 endef
 
-MASTER_SITES = 
-DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+MASTER_SITES = http://www.antlr.org/download/Python/
+DISTFILES  = antlr_python_runtime-$(GARVERSION).tar.gz
 
+WORKSRC = $(WORKDIR)/antlr_python_runtime-$(GARVERSION)
+
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
-CONFIGURE_ARGS = $(DIRPATHS)
+ARCHALL = 1
 
-# Remove the following rules and uncomment the
-# include before building.
-all: .DEFAULT
-.DEFAULT:
-	@true
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS = $(WORKSRC)/setup.py
 
-#include gar/category.mk
+INSTALL_SCRIPTS = $(WORKSRC)/setup.py
+INSTALL_ARGS += --root=$(DESTDIR) --prefix=$(prefix)
+
+TEST_SCRIPTS =
+
+include gar/category.mk

Modified: csw/mgar/pkg/pyantlrrt/trunk/checksums
===================================================================
--- csw/mgar/pkg/template/trunk/checksums	2009-04-03 06:32:57 UTC (rev 4172)
+++ csw/mgar/pkg/pyantlrrt/trunk/checksums	2009-07-23 16:57:29 UTC (rev 5636)
@@ -0,0 +1 @@
+74f1e1650a7cd6f04f2f6c2710199c1e  download/antlr_python_runtime-3.1.1.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list