Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 591676
Collapse All | Expand All

(-)a/sys-fs/inotify-tools/inotify-tools-3.14.ebuild (-3 / +3 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2014 Gentoo Foundation
1
# Copyright 1999-2016 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Id$
3
# $Id$
4
4
Lines 6-12 EAPI=5 Link Here
6
6
7
DESCRIPTION="a set of command-line programs providing a simple interface to inotify"
7
DESCRIPTION="a set of command-line programs providing a simple interface to inotify"
8
HOMEPAGE="https://github.com/rvoicilas/inotify-tools/wiki"
8
HOMEPAGE="https://github.com/rvoicilas/inotify-tools/wiki"
9
SRC_URI="https://github.com/downloads/rvoicilas/${PN}/${P}.tar.gz"
9
SRC_URI="mirror://github/rvoicilas/${PN}/${P}.tar.gz"
10
10
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
Lines 24-30 src_prepare() { Link Here
24
src_configure() {
24
src_configure() {
25
	# only docs installed are doxygen ones, so use /html
25
	# only docs installed are doxygen ones, so use /html
26
	econf \
26
	econf \
27
		--docdir=/usr/share/doc/${PF}/html \
27
		--docdir='$(datarootdir)'/doc/${PF}/html \
28
		$(use_enable doc doxygen)
28
		$(use_enable doc doxygen)
29
}
29
}
30
30

Return to bug 591676