GARNAME = libxml2
GARVERSION = 2.6.27
CATEGORIES = platform
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 buildDocBookCatalog

LIBDEPS = bootstrap/docbook-xml bootstrap/docbook-xsl

DESCRIPTION = libxml2
define BLURB
XML toolkit from the GNOME project.
Full documentation is available on-line at http://xmlsoft.org/
endef

CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS)

include ../category.mk

post-install:
	@echo "Building docbook XML catalog..."
	@$(FILEDIR)/buildDocBookCatalog $(sysconfdir) $(sharedstatedir)
	@$(MAKECOOKIE)
