[csw-devel] SF.net SVN: gar:[4229] csw/mgar/pkg/htmldoc/trunk/Makefile

hson at users.sourceforge.net hson at users.sourceforge.net
Wed Apr 8 16:39:27 CEST 2009


Revision: 4229
          http://gar.svn.sourceforge.net/gar/?rev=4229&view=rev
Author:   hson
Date:     2009-04-08 14:39:27 +0000 (Wed, 08 Apr 2009)

Log Message:
-----------
htmldoc: Split package in two

Modified Paths:
--------------
    csw/mgar/pkg/htmldoc/trunk/Makefile

Modified: csw/mgar/pkg/htmldoc/trunk/Makefile
===================================================================
--- csw/mgar/pkg/htmldoc/trunk/Makefile	2009-04-08 14:09:53 UTC (rev 4228)
+++ csw/mgar/pkg/htmldoc/trunk/Makefile	2009-04-08 14:39:27 UTC (rev 4229)
@@ -4,19 +4,33 @@
 
 DESCRIPTION = converts HTML files and web pages into indexed HTML PostScript and PDF
 define BLURB
-	HTMLDOC converts Hyper-Text Markup Language ("HTML") files and web pages into
-	indexed HTML, Adobe\xAE PostScript\xAE, or Adobe Portable Document Format ("PDF")
-	files.
+ HTMLDOC is a program for writing documentation in HTML and producing indexed
+ HTML, PostScript, or PDF output (with tables of contents). It supports most
+ HTML 3.2 and some HTML 4.0 syntax, as well as GIF, JPEG, and PNG images.
 endef
 
+PACKAGES = CSWhtmldoc-common CSWhtmldoc
+CATALOGNAME_CSWhtmldoc = $(GARNAME)
+CATALOGNAME_CSWhtmldoc-common = $(GARNAME)_common
+SPKG_DESC_CSWhtmldoc = $(DESCRIPTION)
+SPKG_DESC_CSWhtmldoc-common = This package contains the htmldoc files common to all architectures.
+ARCHALL_CSWhtmldoc-common = 1
+
+REQUIRED_PKGS_CSWhtmldoc  = CSWfltk CSWjpeg CSWosslrt CSWpng CSWzlib
+REQUIRED_PKGS_CSWhtmldoc += CSWhtmldoc-common
+#REQUIRED_PKGS_CSWhtmldoc-common = 
+
+PKGFILES_CSWhtmldoc = $(bindir)/.*
+PKGFILES_CSWhtmldoc-common = $(datadir)/.*
+
 MASTER_SITES = http://ftp.easysw.com/pub/htmldoc/$(GARVERSION)/
 DISTFILES  = $(GARNAME)-$(GARVERSION)-source.tar.bz2
+#DISTFILES    += $(call admfiles,CSWhtmldoc, )
+#DISTFILES    += $(call admfiles,CSWhtmldoc-common, )
 
-SPKG_SOURCEURL = http://www.htmldoc.org
-
 LICENSE = COPYING.txt
 
-REQUIRED_PKGS = CSWfltk CSWjpeg CSWosslrt CSWpng CSWzlib
+SPKG_SOURCEURL = http://www.htmldoc.org
 
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*)-source.tar.bz2
@@ -31,4 +45,6 @@
 
 TEST_SCRIPTS =
 
+# Disable check until package is released
+ENABLE_CHECK = 0
 include gar/category.mk


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