1 # Copyright 1999-2013 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION="Shamir's secret sharing scheme"
9 HOMEPAGE="http://point-at-infinity.org/ssss/"
13 KEYWORDS="~x86 ~amd64"
16 SRC_URI="http://point-at-infinity.org/ssss/${PN}-${PV}.tar.gz"
18 DEPEND="app-doc/xmltoman
22 epatch "${FILESDIR}/01_remove_strip.patch"
23 epatch "${FILESDIR}/02_memset.patch"
27 dobin ssss-split || die
28 dobin ssss-combine || die