Revision: 13894 http://gar.svn.sourceforge.net/gar/?rev=13894&view=rev Author: bdwalton Date: 2011-03-21 02:44:32 +0000 (Mon, 21 Mar 2011)
Log Message: ----------- libxslt/trunk: update name of -dev subpackage, provide an obsoletes for old name Modified Paths: -------------- csw/mgar/pkg/libxslt/trunk/Makefile Modified: csw/mgar/pkg/libxslt/trunk/Makefile =================================================================== --- csw/mgar/pkg/libxslt/trunk/Makefile 2011-03-21 02:42:20 UTC (rev 13893) +++ csw/mgar/pkg/libxslt/trunk/Makefile 2011-03-21 02:44:32 UTC (rev 13894) @@ -12,29 +12,23 @@ DISTFILES = $(NAME)-$(VERSION).tar.gz PATCHFILES += 0001-Forcefully-disable-version-script-use.patch -PACKAGES = CSWlibxslt CSWlibxsltdevel CSWpy-libxslt +PACKAGES = CSWlibxslt CSWlibxslt-dev CSWpy-libxslt OBSOLETES_CSWpy-libxslt = CSWpylibxslt +OBSOLETES_CSWlibxslt-dev = CSWlibxsltdevel -CATALOGNAME_CSWlibxsltdevel = libxslt_devel +CATALOGNAME_CSWlibxslt-dev = libxslt_devel CATALOGNAME_CSWpy-libxslt = py_libxslt BUILD_DEP_PKGS = CSWlibxml2 CSWlibxml2devel SPKG_DESC_CSWlibxslt = XSLT engine runtime package -SPKG_DESC_CSWlibxsltdevel = XSLT engine development package +SPKG_DESC_CSWlibxslt-dev = XSLT engine development package SPKG_DESC_CSWpy-libxslt = XSLT engine python package SPKG_SOURCEURL = http://xmlsoft.org/XSLT/ TEST_TARGET = check -# We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz - -# If the url used to check for software update is different of MASTER_SITES, then -# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES -# UPSTREAM_MASTER_SITES = - CONFIGURE_ARGS_32 = CONFIGURE_ARGS_64 = --without-python CONFIGURE_ARGS = $(DIRPATHS) $(CONFIGURE_ARGS_$(MEMORYMODEL)) @@ -45,7 +39,7 @@ PYCOMPILE = 1 RUNTIME_DEP_PKGS_CSWlibxslt = CSWgcrypt CSWgpgerr CSWiconv CSWlibxml2 CSWzlib -RUNTIME_DEP_PKGS_CSWlibxsltdevel = CSWlibxslt +RUNTIME_DEP_PKGS_CSWlibxslt-dev = CSWlibxslt RUNTIME_DEP_PKGS_CSWpy-libxslt = CSWpython RUNTIME_DEP_PKGS_CSWpy-libxslt += CSWlibxslt RUNTIME_DEP_PKGS_CSWpy-libxslt += CSWlibxml2 @@ -54,14 +48,13 @@ RUNTIME_DEP_PKGS_CSWpy-libxslt += CSWgcrypt RUNTIME_DEP_PKGS_CSWpy-libxslt += CSWiconv - -PKGFILES_CSWlibxsltdevel = $(PKGFILES_DEVEL) -PKGFILES_CSWlibxsltdevel += $(docdir)/libxslt-$(VERSION)/.* -PKGFILES_CSWlibxsltdevel += $(libdir)/xsltConf.sh -PKGFILES_CSWlibxsltdevel += $(call isadirs,$(libdir),xsltConf.sh) +PKGFILES_CSWlibxslt-dev = $(PKGFILES_DEVEL) +PKGFILES_CSWlibxslt-dev += $(docdir)/libxslt-$(VERSION)/.* +PKGFILES_CSWlibxslt-dev += $(libdir)/xsltConf.sh +PKGFILES_CSWlibxslt-dev += $(call isadirs,$(libdir),xsltConf.sh) PKGFILES_CSWpy-libxslt = $(libdir)/python.* PKGFILES_CSWpy-libxslt += $(docdir)/libxslt-python-$(VERSION)/.* -CHECKPKG_OVERRIDES_CSWlibxsltdevel += surplus-dependency|CSWlibxslt +CHECKPKG_OVERRIDES_CSWlibxslt-dev += surplus-dependency|CSWlibxslt include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel