app-misc/lockfile-progs - 0.2.0 (gentoo)

Search

Package Information

Description:
Programs to safely lock/unlock files and mailboxes
Homepage:
https://packages.debian.org/sid/lockfile-progs
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
0.2.0 8 ~amd64 ~arm ~mips ~ppc ~s390 ~sparc ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Programs to safely lock/unlock files and mailboxes"
HOMEPAGE="https://packages.debian.org/sid/lockfile-progs"
SRC_URI="mirror://debian/pool/main/l/${PN}/${PN}_${PV}.tar.xz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sparc ~x86"

DEPEND="net-libs/liblockfile"
RDEPEND="${DEPEND}"

src_install() {
	# There's no install target in the Makefile, so copy what upstream do
	# in debian/lockfile-progs.install
	local file
	for file in lockfile-{check,create,remove,touch} mail-{lock,touchlock,unlock} ; do
		dobin bin/${file}
	done

	# ... and lockfile-progs.manpages
	for file in lockfile-{check,create,progs,remove,touch}.1 mail-{lock,touchlock,unlock}.1 ; do
		doman man/${file}
	done
}

Applicable Mirrors

Mirror Name URLs
debian

Dependencies

DEPEND

net-libs/liblockfile

RDEPEND

net-libs/liblockfile

Manifest for 0.2.0

Type File Size Source URLs
DIST lockfile-progs_0.2.0.tar.xz 15360 bytes mirror://debian/pool/main/l/lockfile-progs/lockfile-progs_0.2.0.tar.xz