[csw-devel] SF.net SVN: gar:[11859] csw/mgar/pkg/iozone/trunk/Makefile
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Thu Dec 9 04:29:48 CET 2010
Revision: 11859
http://gar.svn.sourceforge.net/gar/?rev=11859&view=rev
Author: skayser
Date: 2010-12-09 03:29:48 +0000 (Thu, 09 Dec 2010)
Log Message:
-----------
iozone: don't use VERSION as GARVERSION will be renamed to VERSION soon
Modified Paths:
--------------
csw/mgar/pkg/iozone/trunk/Makefile
Modified: csw/mgar/pkg/iozone/trunk/Makefile
===================================================================
--- csw/mgar/pkg/iozone/trunk/Makefile 2010-12-09 02:19:22 UTC (rev 11858)
+++ csw/mgar/pkg/iozone/trunk/Makefile 2010-12-09 03:29:48 UTC (rev 11859)
@@ -1,6 +1,6 @@
GARNAME = iozone
GARVERSION = 3.291
-VERSION = $(shell echo $(GARVERSION) | sed -e 's/\./_/g')
+DISTVERSION = $(shell echo $(GARVERSION) | sed -e 's/\./_/g')
CATEGORIES = apps
DESCRIPTION = IO benchmarking tool
@@ -11,17 +11,16 @@
many operating systems.
endef
+VENDOR_URL = http://www.iozone.org/
MASTER_SITES = http://www.iozone.org/src/current/
MASTER_SITES += http://www.iozone.org/docs/
-DISTFILES = $(GARNAME)$(VERSION).tar
-DISTFILES += vx_ioctl.h
-DISTFILES += $(call admfiles,CSWiozone)
+UFILES_REGEX = $(GARNAME)(\d+(?:\.\d+)*).tar
+DISTFILES = $(GARNAME)$(DISTVERSION).tar
+DISTFILES += vx_ioctl.h
+DISTFILES += $(call admfiles,CSWiozone)
-DISTNAME = $(GARNAME)$(VERSION)
+DISTNAME = $(GARNAME)$(DISTVERSION)
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(GARNAME)(\d+(?:\.\d+)*).tar
-
PATCHFILES = patch-vx_ioctl.diff
DOCS = IOzone_msword_98.pdf
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