|
|
|
@ -1,10 +1,9 @@
|
|
|
|
|
# Copyright 1999-2017 Gentoo Foundation
|
|
|
|
|
# Copyright 1999-2019 Gentoo Authors
|
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
# $Id$
|
|
|
|
|
|
|
|
|
|
EAPI="5"
|
|
|
|
|
EAPI="7"
|
|
|
|
|
|
|
|
|
|
inherit autotools-multilib eutils flag-o-matic multilib toolchain-funcs
|
|
|
|
|
inherit autotools multilib-minimal toolchain-funcs
|
|
|
|
|
|
|
|
|
|
DESCRIPTION="modular and portable cryptographic toolkit"
|
|
|
|
|
HOMEPAGE="http://www.libtom.org/"
|
|
|
|
@ -37,7 +36,7 @@ src_prepare() {
|
|
|
|
|
EOF
|
|
|
|
|
touch NEWS README AUTHORS ChangeLog Makefile.am
|
|
|
|
|
eautoreconf
|
|
|
|
|
# export LT="${S}"/libtool
|
|
|
|
|
export LIBTOOL="${S}"/libtool
|
|
|
|
|
multilib_copy_sources
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -62,7 +61,7 @@ src_test() {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
src_install() {
|
|
|
|
|
multilib_foreach_abi _emake DESTDIR="${ED}" install
|
|
|
|
|
multilib_foreach_abi _emake DESTDIR="${D}" install
|
|
|
|
|
dodoc TODO changes
|
|
|
|
|
if use doc ; then
|
|
|
|
|
dodoc doc/*
|
|
|
|
|