diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-11-25 17:02:43 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-11-25 17:02:43 +0000 |
commit | c9f2830f21bb4393d623e42ee69ab8d00ec71018 (patch) | |
tree | 0aff7386c7a84f6cc926bf4ca91de0a9fa0d2e3c /dev-ml/ocaml-autoconf | |
parent | old (diff) | |
download | gentoo-2-c9f2830f21bb4393d623e42ee69ab8d00ec71018.tar.gz gentoo-2-c9f2830f21bb4393d623e42ee69ab8d00ec71018.tar.bz2 gentoo-2-c9f2830f21bb4393d623e42ee69ab8d00ec71018.zip |
Initial import, ebuild by me
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/ocaml-autoconf')
-rw-r--r-- | dev-ml/ocaml-autoconf/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ml/ocaml-autoconf/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ml/ocaml-autoconf/ocaml-autoconf-1.1.ebuild | 22 |
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-ml/ocaml-autoconf/ChangeLog b/dev-ml/ocaml-autoconf/ChangeLog new file mode 100644 index 000000000000..6ac229d85d8f --- /dev/null +++ b/dev-ml/ocaml-autoconf/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-ml/ocaml-autoconf +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-autoconf/ChangeLog,v 1.1 2009/11/25 17:02:43 aballier Exp $ + +*ocaml-autoconf-1.1 (25 Nov 2009) + + 25 Nov 2009; Alexis Ballier <aballier@gentoo.org> + +ocaml-autoconf-1.1.ebuild, +metadata.xml: + Initial import, ebuild by me + diff --git a/dev-ml/ocaml-autoconf/metadata.xml b/dev-ml/ocaml-autoconf/metadata.xml new file mode 100644 index 000000000000..2193d772e351 --- /dev/null +++ b/dev-ml/ocaml-autoconf/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>ml</herd> +</pkgmetadata> diff --git a/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1.ebuild b/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1.ebuild new file mode 100644 index 000000000000..feecb98169d8 --- /dev/null +++ b/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1.ebuild,v 1.1 2009/11/25 17:02:43 aballier Exp $ + +EAPI="2" + +DESCRIPTION="autoconf macros to support configuration of OCaml programs and libraries" +HOMEPAGE="http://ocaml-autoconf.forge.ocamlcore.org/" +SRC_URI="http://forge.ocamlcore.org/frs/download.php/282/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +src_install() { + emake DESTDIR="${D}" prefix="/usr" install || die + dodoc README +} |