# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A set of modules that provide a simple manipulation of XML streams" HOMEPAGE="http://libre.act-europe.fr/xmlada/main.html" SRC_URI="http://libre.act-europe.fr/xmlada/${P}.tgz" LICENSE="GMGPL" SLOT="0" #KEYWORDS="x86" IUSE="" DEPEND="virtual/gnat" #RDEPEND="" COMPILER="gnatmake -u -gnatwua -gnaty" S=${WORKDIR}/xmlada-${PV} src_compile() { econf --prefix=${D}/usr sed -e"s#^prefix=${D}#prefix=#" < xmlada-config > xmlada-config.temp mv xmlada-config.temp xmlada-config emake || die } src_install() { pushd ${S}/docs doinfo *.info dodoc *.txt *.ps dohtml *.html popd einstall }