1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

root/csw/mgar/pkg/namebench/trunk/Makefile

Revision 16916, 1.0 KB (checked in by dmichelsen, 4 months ago)

WHOLE TREE: Explicitly set GARTYPE to current default 'v2'

Line 
1NAME = namebench
2VERSION = 1.3.1
3CATEGORIES = python
4GARTYPE = v2
5
6DESCRIPTION = DNS benchmark utility
7define BLURB
8  DNS benchmark utility
9endef
10
11MASTER_SITES = http://namebench.googlecode.com/files/
12DISTFILES  = $(NAME)-$(VERSION)-source.tgz
13
14LICENSE = COPYING
15
16PACKAGES = CSWnamebench
17CATALOGNAME = namebench
18SPKG_SOURCEURL = http://code.google.com/p/namebench
19
20RUNTIME_DEP_PKGS = CSWpython-tk
21
22ARCHALL = 1
23
24TEST_SCRIPTS =
25
26CHECKPKG_OVERRIDES_CSWnamebench += pkgname-does-not-start-with-CSWpy-
27CHECKPKG_OVERRIDES_CSWnamebench += catalogname-does-not-start-with-py_
28CHECKPKG_OVERRIDES_CSWnamebench += surplus-dependency|CSWpython-tk
29CHECKPKG_OVERRIDES_CSWnamebench += file-with-bad-content|/usr/local|root/opt/csw/namebench/config/data_sources.cfg
30CHECKPKG_OVERRIDES_CSWnamebench += file-with-bad-content|/usr/local|root/opt/csw/lib/python/site-packages/libnamebench/util.py
31CHECKPKG_OVERRIDES_CSWnamebench += file-with-bad-content|/usr/share|root/opt/csw/lib/python/site-packages/libnamebench/util.py
32
33include gar/category.mk
Note: See TracBrowser for help on using the browser.