blob: 397f25e557c38c83903d76f758f2a687de5fdc8c [file] [log] [blame]
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
DESCRIPTION="qmail-lint checks your qmail configuration for common problems"
HOMEPAGE="http://www.qmail.org/"
SRC_URI="mirror://qmail/${P}"
LICENSE="qmail-nelson"
SLOT="0"
# Should run on all platforms without issue
KEYWORDS="~hppa ~ppc ~sparc ~x86"
IUSE=""
DEPEND=""
RDEPEND="virtual/qmail dev-lang/perl"
S=${WORKDIR}
src_unpack() {
cp "${DISTDIR}"/${P} ${PN}
}
src_compile() {
einfo "Nothing to compile"
}
src_install() {
dobin ${PN}
}