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.
34 lines
704 B
34 lines
704 B
# Copyright 1999-2006 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/qmhandle-1.2.0-r1.ebuild,v 1.5 2006/06/11 20:46:53 hansmi Exp $
|
|
|
|
inherit eutils
|
|
|
|
DESCRIPTION="Qmail message queue tool"
|
|
HOMEPAGE="http://qmhandle.sourceforge.net/"
|
|
SRC_URI="mirror://sourceforge/qmhandle/${P}.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="alpha amd64 arm hppa ia64 ppc sparc x86"
|
|
IUSE=""
|
|
|
|
RDEPEND="
|
|
virtual/qmail
|
|
dev-lang/perl
|
|
sys-process/psmisc
|
|
"
|
|
DEPEND=""
|
|
|
|
S=${WORKDIR}
|
|
|
|
src_unpack() {
|
|
unpack ${A}
|
|
epatch ${FILESDIR}/qmHandle-gentoo-svc.patch
|
|
}
|
|
|
|
src_install() {
|
|
dodoc README HISTORY
|
|
dobin qmHandle || die "dobin failed"
|
|
}
|