|
Revision 19643, 1.0 KB
(checked in by dmichelsen, 7 months ago)
|
|
WHOLE TREE: Remove default CATEGORIES
|
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | # $Id$ |
|---|
| 2 | # TODO (release-critical prefixed with !, non release-critical with *) |
|---|
| 3 | # |
|---|
| 4 | NAME = tidy |
|---|
| 5 | VERSION = 20090325cvs |
|---|
| 6 | GARTYPE = v2 |
|---|
| 7 | |
|---|
| 8 | DESCRIPTION = An HTML Syntax Checker and Reformatter |
|---|
| 9 | define BLURB |
|---|
| 10 | An HTML Syntax Checker and Reformatter |
|---|
| 11 | endef |
|---|
| 12 | |
|---|
| 13 | MASTER_SITES = http://tidy.sourceforge.net |
|---|
| 14 | DISTFILES = $(DISTNAME).tar.gz |
|---|
| 15 | PATCHFILES += 0001-correct-the-path-to-tidy-for-use-by-tests.patch |
|---|
| 16 | |
|---|
| 17 | LICENSE = LICENSE |
|---|
| 18 | |
|---|
| 19 | PACKAGES = CSWtidy CSWlibtidy0-99 CSWtidy-dev |
|---|
| 20 | |
|---|
| 21 | OBSOLETED_BY_CSWtidy = CSWhtmltidy |
|---|
| 22 | |
|---|
| 23 | SPKG_DESC_CSWtidy = $(DESCRIPTION) |
|---|
| 24 | RUNTIME_DEP_PKGS_CSWtidy = CSWlibtidy0-99 |
|---|
| 25 | |
|---|
| 26 | SPKG_DESC_CSWtidy-dev = Development files for libtidy |
|---|
| 27 | RUNTIME_DEP_PKGS_CSWtidy-dev = CSWlibtidy0-99 |
|---|
| 28 | |
|---|
| 29 | SPKG_DESC_CSWlibtidy0-99 = Tidy, libtidy-0.99.so |
|---|
| 30 | |
|---|
| 31 | PKGFILES_CSWtidy-dev = $(PKGFILES_DEVEL) |
|---|
| 32 | PKGFILES_CSWlibtidy0-99 = $(call baseisadirs,$(libdir),libtidy-0\.99\.so(\.\d+)*) |
|---|
| 33 | |
|---|
| 34 | include gar/category.mk |
|---|
| 35 | |
|---|
| 36 | pre-configure-modulated: |
|---|
| 37 | @(cd $(WORKSRC); bash build/gnuauto/setup.sh; \ |
|---|
| 38 | lynx --dump htmldoc/license.html > LICENSE ) |
|---|
| 39 | @$(MAKECOOKIE) |
|---|
| 40 | |
|---|
| 41 | test-modulated: |
|---|
| 42 | @(cd $(WORKSRC)/test; ./testall.sh) |
|---|
| 43 | @$(MAKECOOKIE) |
|---|