Package-Manager: Portage-2.3.6, Repoman-2.3.1
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=6
+
inherit toolchain-funcs
MY_P="Par${PV/./}"
DEPEND="!dev-util/par
!app-arch/par"
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}/${MY_P}"
src_compile() {
make -f protoMakefile CC="$(tc-getCC) -c $CFLAGS" \
}
src_install() {
- newbin par par-format || die
+ newbin par par-format
doman par.1
dodoc releasenotes par.doc
}