gentoo/dev-perl/File-RsyncP/File-RsyncP-0.760.0-r2.ebuild
Arthur Zamarin 0e727a3a16
*/*: unkeyword ~ia64
Change was created by running the following command::

    ekeyword ^ia64 */*/*.ebuild

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-09-12 21:37:40 +03:00

39 lines
786 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=CBARRATT
DIST_VERSION=0.76
inherit perl-module toolchain-funcs
DESCRIPTION="An rsync perl module"
HOMEPAGE="https://perlrsync.sourceforge.net/ https://metacpan.org/release/File-RsyncP"
# Bundled files make for some weirdness
LICENSE="GPL-3+ GPL-2+ RSA"
SLOT="0"
KEYWORDS="amd64 ~arm ~ppc ~ppc64 sparc x86"
RDEPEND="
>=virtual/perl-Getopt-Long-2.240.0
net-misc/rsync
"
BDEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}/${PN}-0.700.0-make.patch"
"${FILESDIR}/${PN}-0.760.0-lto.patch"
"${FILESDIR}/${PN}-0.760.0-c99.patch"
)
src_prepare() {
perl-module_src_prepare
tc-export CC
}
src_compile() {
mymake=(
"OPTIMIZE=${CFLAGS}"
)
perl-module_src_compile
}