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.
27 lines
505 B
27 lines
505 B
EAPI=4
|
|
|
|
inherit eutils git apache-module
|
|
|
|
DESCRIPTION="a module to greate random data from incoming requests."
|
|
SRC_URI=""
|
|
EGIT_REPO_URI="git://redminie.weird-web-workers.org/var/lib/git/mod_entropy.git"
|
|
|
|
HOMEPAGE="http://redmine.weird-web-workers.org/mod_entropy/"
|
|
|
|
LICENSE="GPL-3"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
need_apache2
|
|
|
|
DOCFILES="COPYING README NEWS ChangeLog"
|
|
|
|
src_configure() {
|
|
:
|
|
}
|
|
|
|
src_compile() {
|
|
${APXS} -c mod_entropy.c mod_entropy_add_entropy.c mod_entropy_get_entropy_bits.c
|
|
}
|
|
|