GARNAME = docbook-xsl
GARVERSION = 1.64.1
CATEGORIES = bootstrap
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz

MASTER_SITES = http://dl.sourceforge.net/docbook/

DESCRIPTION = docbook-xsl
define BLURB
 #FIXME: blurb goes here
endef

INSTALL_SCRIPTS = custom

include ../category.mk

install-custom:
	@install -d $(sharedstatedir)/xml/docbook/stylesheet
	@cp -r $(WORKSRC)/* $(sharedstatedir)/xml/docbook/stylesheet
	@$(MAKECOOKIE)
