# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-qsanity/qmail-qsanity-0.52.ebuild,v 1.1 2003/08/05 06:42:45 robbat2 Exp $ DESCRIPTION="qmail-qsanity checks your queue data structures for internal consistency." HOMEPAGE="http://www.qmail.org/" SRC_URI="mirror://qmail/${P}" LICENSE="as-is" SLOT="0" KEYWORDS="~x86" # Should run on all platforms without issue IUSE="" DEPEND="" RDEPEND="net-mail/qmail dev-lang/perl" S=${WORKDIR} src_unpack() { cp ${DISTDIR}/${P} ${PN} } src_compile() { einfo "Nothing to compile" } src_install() { dobin ${PN} }