summaryrefslogtreecommitdiff
blob: de3ce57f85b460cc32b6909c64ba0b683b6121fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

inherit autotools git-2

DESCRIPTION="multiwatch forks and watches multiple instances of a program"
HOMEPAGE="http://redmine.lighttpd.net/projects/multiwatch"
EGIT_REPO_URI="git://git.lighttpd.net/multiwatch.git"
EGIT_COMMIT="80d85493"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="
	dev-libs/libev
	dev-libs/glib:2"
RDEPEND="${DEPEND}"

src_prepare() {
	eautoreconf
}

src_install() {
	default
	doman multiwatch.1
}