[csw-devel] SF.net SVN: gar:[6768] csw/mgar/pkg/npadmin
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Oct 7 23:24:08 CEST 2009
Revision: 6768
http://gar.svn.sourceforge.net/gar/?rev=6768&view=rev
Author: dmichelsen
Date: 2009-10-07 21:24:08 +0000 (Wed, 07 Oct 2009)
Log Message:
-----------
npadmin: Convert legacy build receipt
Added Paths:
-----------
csw/mgar/pkg/npadmin/branches/
csw/mgar/pkg/npadmin/tags/
csw/mgar/pkg/npadmin/tags/legacy/
csw/mgar/pkg/npadmin/trunk/Makefile
Removed Paths:
-------------
csw/mgar/pkg/npadmin/trunk/legacy/
Copied: csw/mgar/pkg/npadmin/trunk/Makefile (from rev 6625, csw/mgar/pkg/colordiff/trunk/Makefile)
===================================================================
--- csw/mgar/pkg/npadmin/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/npadmin/trunk/Makefile 2009-10-07 21:24:08 UTC (rev 6768)
@@ -0,0 +1,24 @@
+GARNAME = npadmin
+GARVERSION = 0.14
+CATEGORIES = apps
+
+DESCRIPTION = Command line SNMP based network adminstration tool for printers
+define BLURB
+endef
+
+SF_PROJ = lpr
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+SPKG_SOURCEURL = http://lpr.sourceforge.net/
+
+ARCHALL = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+
+pre-configure-modulated:
+ cd $(WORKSRC) && rm -f config.cache config.status
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