diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-08-05 06:48:36 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-08-05 06:48:36 +0000 |
commit | ae904f19068e20e6c75d39cb4ed700a2d20a0819 (patch) | |
tree | 216e1c0254ae1527c84b3d911a64edf59fccacb0 /net-mail/qmail-lint/qmail-lint-0.55.ebuild | |
parent | initial commit (diff) | |
download | gentoo-2-ae904f19068e20e6c75d39cb4ed700a2d20a0819.tar.gz gentoo-2-ae904f19068e20e6c75d39cb4ed700a2d20a0819.tar.bz2 gentoo-2-ae904f19068e20e6c75d39cb4ed700a2d20a0819.zip |
initial commit
Diffstat (limited to 'net-mail/qmail-lint/qmail-lint-0.55.ebuild')
-rw-r--r-- | net-mail/qmail-lint/qmail-lint-0.55.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net-mail/qmail-lint/qmail-lint-0.55.ebuild b/net-mail/qmail-lint/qmail-lint-0.55.ebuild new file mode 100644 index 000000000000..2289af9084c9 --- /dev/null +++ b/net-mail/qmail-lint/qmail-lint-0.55.ebuild @@ -0,0 +1,26 @@ +# 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-lint/qmail-lint-0.55.ebuild,v 1.1 2003/08/05 06:48:33 robbat2 Exp $ +DESCRIPTION="qmail-lint checks your qmail configuration for common problems" +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} +} |