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.
20 lines
506 B
20 lines
506 B
# Copyright 1999-2011 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI=4
|
|
inherit eutils git autotools
|
|
|
|
DESCRIPTION="a library to create encrypted tokens with json payload"
|
|
HOMEPAGE="http://redmine.weird-web-workers.org/projects/ctoken/"
|
|
|
|
SRC_URI=""
|
|
EGIT_REPO_URI="git://redminie.weird-web-workers.org/var/lib/git/token"
|
|
|
|
LICENSE="GPL-3"
|
|
SLOT="0"
|
|
KEYWORDS="~x86 ~amd64"
|
|
|
|
DEPENDS=">=dev-libs/json-c-0.9
|
|
dev-libs/libmcrypt-2.5.8-r2"
|
|
RDEPEND="${DEPEND}"
|