# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ IUSE="" DESCRIPTION="A tool to simplify writing XSLT stylesheets" SRC_URI="http://www.kernel.pl/~malekith/xspp/xspp-${PV}.tar.gz" HOMEPAGE="http://www.kernel.pl/~malekith/xspp/" LICENSE="xspp" KEYWORDS="~x86" DEPEND=">=dev-lang/ocaml-3.04 >=app-shells/bash" SLOT="0.0.3" src_compile() { make || die "Make failed!" } src_install() { make install DESTDIR=${D} || die }