summaryrefslogtreecommitdiff
path: root/dev-perl/File-RsyncP/File-RsyncP-0.760.0-r4.ebuild
blob: 963caac9bdb9ef8ca20a102dc44f6d926e35917a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

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="
	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"
	"${FILESDIR}/${PN}-0.760.0-c23.patch"
)

src_prepare() {
	perl-module_src_prepare
	tc-export CC
}
src_compile() {
	mymake=(
		"OPTIMIZE=${CFLAGS}"
	)
	perl-module_src_compile
}