| 1 |
# Copyright 1999-2009 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/sys-fs/inotify-tools/inotify-tools-3.13.ebuild,v 1.3 2009/09/19 04:40:02 robbat2 Exp $
|
| 4 |
|
| 5 |
IUSE=""
|
| 6 |
DESCRIPTION="a set of command-line programs providing a simple interface to inotify"
|
| 7 |
HOMEPAGE="http://inotify-tools.sourceforge.net/"
|
| 8 |
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
| 9 |
LICENSE="GPL-2"
|
| 10 |
SLOT="0"
|
| 11 |
KEYWORDS="~amd64 ~hppa ~x86 ~arm"
|
| 12 |
DEPEND=""
|
| 13 |
|
| 14 |
src_install() {
|
| 15 |
emake DESTDIR="${D}" install || die "make install failed"
|
| 16 |
dodoc NEWS AUTHORS
|
| 17 |
}
|