app-backup/mirdir - 2.1 (gentoo)

Search

Install

Install this version:

emerge -a =app-backup/mirdir-2.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-backup/mirdir-2.1

Or alternatively:

emerge --autounmask-write -a =app-backup/mirdir-2.1

Package Information

Description:
Synchronize two directory trees in a fast way
Homepage:
https://sourceforge.net/projects/mirdir/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
2.1 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Synchronize two directory trees in a fast way"
HOMEPAGE="https://sourceforge.net/projects/mirdir/"
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}-Unix.tar.gz"
S="${WORKDIR}/${P}-UNIX"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

PATCHES=(
	"${FILESDIR}"/${PN}-2.1-implicit-function-decl.patch
)

src_prepare() {
	default

	# Disable stripping, bug #239939
	sed -i -e 's:strip .*::' Makefile.in || die
}

src_configure() {
	# Old autoconf gets this test wrong with -flto(!) and there's
	# no source configure.in/.ac in the tarball. bug #854213
	export ac_cv_func_lutime=no

	econf
}

src_install() {
	dobin bin/${PN}
	doman ${PN}.1

	einstalldocs
}

Manifest for 2.1

Type File Size Source URLs
DIST mirdir-2.1-Unix.tar.gz 74002 bytes https://downloads.sourceforge.net/mirdir/mirdir-2.1-Unix.tar.gz