]> Pileus Git - ~andy/sunrise/blob - sys-apps/waitmax/waitmax-1.1.ebuild
dev-libs/qextserialport: Fix qt deps, EAPI bump
[~andy/sunrise] / sys-apps / waitmax / waitmax-1.1.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI=4
6
7 inherit eutils
8
9 DESCRIPTION="allow a program to run at most a specified amount of time"
10 HOMEPAGE="http://mathias-kettner.de/waitmax.html"
11 SRC_URI="http://mathias-kettner.de/download/${P}.tar.gz"
12
13 LICENSE="GPL-2"
14 SLOT="0"
15 KEYWORDS="~amd64"
16 IUSE=""
17
18 src_prepare() {
19         epatch "${FILESDIR}/${P}-make.patch"
20 }