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

lblume at users.sourceforge.net lblume at users.sourceforge.net
Fri Aug 16 14:44:04 CEST 2013


Revision: 21750
          http://gar.svn.sourceforge.net/gar/?rev=21750&view=rev
Author:   lblume
Date:     2013-08-16 12:43:56 +0000 (Fri, 16 Aug 2013)
Log Message:
-----------
tidy/trunk: Add 64bitness; Make checkpkg happy with the recipe

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

Modified: csw/mgar/pkg/tidy/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tidy/trunk/Makefile	2013-08-16 11:11:40 UTC (rev 21749)
+++ csw/mgar/pkg/tidy/trunk/Makefile	2013-08-16 12:43:56 UTC (rev 21750)
@@ -10,26 +10,32 @@
 An HTML Syntax Checker and Reformatter
 endef
 
-MASTER_SITES = http://tidy.sourceforge.net
+MASTER_SITES = http://tidy.sourceforge.net/
 DISTFILES  = $(DISTNAME).tar.gz
 PATCHFILES += 0001-correct-the-path-to-tidy-for-use-by-tests.patch
 
 LICENSE = LICENSE
 
-PACKAGES = CSWtidy CSWlibtidy0-99 CSWtidy-dev
-
+PACKAGES = CSWtidy
+SPKG_DESC_CSWtidy = $(DESCRIPTION)
+RUNTIME_DEP_PKGS_CSWtidy = CSWlibtidy0-99-0
 OBSOLETED_BY_CSWtidy = CSWhtmltidy
+# Catchall
 
-SPKG_DESC_CSWtidy = $(DESCRIPTION)
-RUNTIME_DEP_PKGS_CSWtidy = CSWlibtidy0-99
-
+PACKAGES += CSWtidy-dev
 SPKG_DESC_CSWtidy-dev = Development files for libtidy
-RUNTIME_DEP_PKGS_CSWtidy-dev = CSWlibtidy0-99
+PKGFILES_CSWtidy-dev = $(PKGFILES_DEVEL)
+RUNTIME_DEP_PKGS_CSWtidy-dev += CSWlibtidy0-99-0
 
-SPKG_DESC_CSWlibtidy0-99 = Tidy, libtidy-0.99.so
+PACKAGES += CSWlibtidy0-99-0
+CATALOGNAME_CSWlibtidy0-99-0 = libtidy0_99_0
+PKGFILES_CSWlibtidy0-99-0 += $(call baseisadirs,$(libdir),libtidy-0\.99\.so\.0\.0\.0)
+PKGFILES_CSWlibtidy0-99-0 += $(call baseisadirs,$(libdir),libtidy-0\.99\.so\.0(\.\d+)*)
+SPKG_DESC_CSWlibtidy0-99-0 += $(DESCRIPTION), libtidy-0.99.so.0
+OBSOLETED_BY_CSWlibtidy0-99-0 += CSWlibtidy0-99
 
-PKGFILES_CSWtidy-dev = $(PKGFILES_DEVEL)
-PKGFILES_CSWlibtidy0-99 = $(call baseisadirs,$(libdir),libtidy-0\.99\.so(\.\d+)*)
+BUILD64 = 1
+ISAEXEC = 1
 
 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