You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-admin/swatch/swatch-3.2.3-r1.ebuild

32 lines
714 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/swatch/swatch-3.2.3-r1.ebuild,v 1.3 2011/08/22 14:23:28 chainsaw Exp $
EAPI="4"
inherit perl-app
DESCRIPTION="Perl-based system log watcher"
HOMEPAGE="http://swatch.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
RDEPEND="
dev-perl/DateManip
dev-perl/Date-Calc
dev-perl/File-Tail
dev-perl/TimeDate
>=virtual/perl-Time-HiRes-1.12
"
src_install() {
emake install
dodir "/var/run/swatch"
newinitd "${FILESDIR}"/${PN}-initd ${PN}
newconfd "${FILESDIR}"/${PN}-confd ${PN}
}