# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools MY_PN="xssp" MY_P="${MY_PN}-${PV}" DESCRIPTION="The protein secondary structure standard" HOMEPAGE="http://swift.cmbi.ru.nl/gv/dssp/" SRC_URI="https://github.com/cmbi/xssp/releases/download/${PV}/${MY_P}.tar.gz" LICENSE="Boost-1.0" SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=" app-arch/bzip2:0= app-arch/gzip dev-lang/perl:= dev-libs/boost:0=[threads] " DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" src_prepare() { default eautoreconf }