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