You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ml/batteries/batteries-1.4.2.ebuild

23 lines
662 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/batteries/batteries-1.4.2.ebuild,v 1.2 2012/07/09 20:49:37 ulm Exp $
EAPI=4
inherit oasis
DESCRIPTION="The community-maintained foundation library for your OCaml projects"
HOMEPAGE="http://batteries.forge.ocamlcore.org/"
SRC_URI="http://forge.ocamlcore.org/frs/download.php/853/${P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RDEPEND="dev-ml/camomile"
DEPEND="${RDEPEND}
test? ( dev-ml/ounit )"
DOCS=( "ChangeLog" "FAQ" "README" "README.folders" "README.md" )