summaryrefslogtreecommitdiff
blob: 3566f2eb8facfb9d22779d1b5552844296d4b9f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2012 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"
}