| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/app-misc/lockfile-progs/lockfile-progs-0.1.16.ebuild,v 1.5 2012/08/11 13:00:09 maekke Exp $
|
| 4 |
|
| 5 |
EAPI="4"
|
| 6 |
|
| 7 |
DESCRIPTION="Programs to safely lock/unlock files and mailboxes"
|
| 8 |
HOMEPAGE="http://packages.debian.org/sid/lockfile-progs"
|
| 9 |
SRC_URI="mirror://debian/pool/main/l/${PN}/${PN}_${PV}.tar.gz"
|
| 10 |
|
| 11 |
LICENSE="GPL-2"
|
| 12 |
SLOT="0"
|
| 13 |
KEYWORDS="amd64 arm ~mips ppc s390 sh sparc x86"
|
| 14 |
IUSE=""
|
| 15 |
|
| 16 |
DEPEND="net-libs/liblockfile"
|
| 17 |
RDEPEND="${DEPEND}"
|
| 18 |
|
| 19 |
S="${WORKDIR}/main"
|
| 20 |
|
| 21 |
src_prepare() {
|
| 22 |
# Provide better Makefile, with clear separation between compilation
|
| 23 |
# and installation.
|
| 24 |
cp "${FILESDIR}/Makefile" . || die
|
| 25 |
}
|