# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
inherit cmake-utils

DESCRIPTION="Provides access to random integers and reals at a variety of precisions"
HOMEPAGE="http://randomlib.sourceforge.net/"
SRC_URI="mirror://sourceforge/randomlib/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

src_install() {
    cmake-utils_src_install

    dodoc 00README.txt NEWS
}