]> Pileus Git - ~andy/sunrise/blobdiff - sys-apps/waitmax/waitmax-1.1.ebuild
sys-apps/waitmax: New ebuild for bug 214461. Thanks to Tommy for feedback.
[~andy/sunrise] / sys-apps / waitmax / waitmax-1.1.ebuild
diff --git a/sys-apps/waitmax/waitmax-1.1.ebuild b/sys-apps/waitmax/waitmax-1.1.ebuild
new file mode 100644 (file)
index 0000000..da82816
--- /dev/null
@@ -0,0 +1,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"
+}