summaryrefslogtreecommitdiff
blob: da82816f38802692ac9d7cb75ffb155d5d4e6e32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

inherit eutils

DESCRIPTION="allow a program to run at most a specified amount of time"
HOMEPAGE="http://mathias-kettner.de/waitmax.html"
SRC_URI="http://mathias-kettner.de/download/${P}.tar.gz"

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

src_prepare() {
	epatch "${FILESDIR}/${P}-make.patch"
}