summaryrefslogtreecommitdiff
blob: 6764cc71dab945b653282a6a42d027c445dbafe2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

RESTRICT="test"

DESCRIPTION="Modular and portable cryptographic toolkit"
HOMEPAGE="http://www.libtom.org/"

SRC_URI="https://github.com/libtom/libtomcrypt/releases/download/${PV}/crypt-${PV}.tar.bz2"

LICENSE="WTFPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND=""

src_install() {
	# avoid PDF regen
	emake NODOCS=1 DESTDIR="${D}" install
	cp doc/crypt.pdf "${D}/usr/share/doc/libtomcrypt/pdf"
}