diff options
Diffstat (limited to 'dev-ml/pxp/pxp-1.1.5.ebuild')
-rw-r--r-- | dev-ml/pxp/pxp-1.1.5.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-ml/pxp/pxp-1.1.5.ebuild b/dev-ml/pxp/pxp-1.1.5.ebuild deleted file mode 100644 index 99bcbf4634b9..000000000000 --- a/dev-ml/pxp/pxp-1.1.5.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pxp/pxp-1.1.5.ebuild,v 1.8 2004/07/13 06:33:06 mr_bones_ Exp $ - -DESCRIPTION="validating XML parser library for O'Caml" -HOMEPAGE="http://www.ocaml-programming.de/packages/documentation/pxp/index_dev.html" -SRC_URI="http://www.ocaml-programming.de/packages/${P}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -DEPEND=">=dev-ml/pcre-ocaml-4.31 - >=dev-ml/ocamlnet-0.94 - >=dev-ml/findlib-0.8" - -src_compile() { - #the included configure does not support many standard switches and is quite picky - ./configure || die - make all opt || die -} - -src_install() { - local destdir=`ocamlfind printconf destdir` - dodir ${destdir} - make OCAMLFIND_DESTDIR=${D}${destdir} install || die -} |