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

root/csw/mgar/pkg/tidy/trunk/Makefile

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#
4NAME = tidy
5VERSION = 20090325cvs
6GARTYPE = v2
7
8DESCRIPTION = An HTML Syntax Checker and Reformatter
9define BLURB
10An HTML Syntax Checker and Reformatter
11endef
12
13MASTER_SITES = http://tidy.sourceforge.net
14DISTFILES  = $(DISTNAME).tar.gz
15PATCHFILES += 0001-correct-the-path-to-tidy-for-use-by-tests.patch
16
17LICENSE = LICENSE
18
19PACKAGES = CSWtidy CSWlibtidy0-99 CSWtidy-dev
20
21OBSOLETED_BY_CSWtidy = CSWhtmltidy
22
23SPKG_DESC_CSWtidy = $(DESCRIPTION)
24RUNTIME_DEP_PKGS_CSWtidy = CSWlibtidy0-99
25
26SPKG_DESC_CSWtidy-dev = Development files for libtidy
27RUNTIME_DEP_PKGS_CSWtidy-dev = CSWlibtidy0-99
28
29SPKG_DESC_CSWlibtidy0-99 = Tidy, libtidy-0.99.so
30
31PKGFILES_CSWtidy-dev = $(PKGFILES_DEVEL)
32PKGFILES_CSWlibtidy0-99 = $(call baseisadirs,$(libdir),libtidy-0\.99\.so(\.\d+)*)
33
34include gar/category.mk
35
36pre-configure-modulated:
37        @(cd $(WORKSRC); bash build/gnuauto/setup.sh; \
38                lynx --dump htmldoc/license.html > LICENSE )
39        @$(MAKECOOKIE)
40
41test-modulated:
42        @(cd $(WORKSRC)/test; ./testall.sh)
43        @$(MAKECOOKIE)
Note: See TracBrowser for help on using the browser.