diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-12 16:29:26 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-12 16:29:26 +0000 |
commit | 5ab0aa0bfd517e89f5cac556b596f83d468e5325 (patch) | |
tree | b783bc517592fc1ee336787e0d17b03ce2ed3854 /net-mail/checkpassword | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-5ab0aa0bfd517e89f5cac556b596f83d468e5325.tar.gz gentoo-2-5ab0aa0bfd517e89f5cac556b596f83d468e5325.tar.bz2 gentoo-2-5ab0aa0bfd517e89f5cac556b596f83d468e5325.zip |
Hrm, that package was in qmail before, seems like we forgott to
add it as a separate package during the qmail rework.
Diffstat (limited to 'net-mail/checkpassword')
-rw-r--r-- | net-mail/checkpassword/checkpassword-0.90.ebuild | 25 | ||||
-rw-r--r-- | net-mail/checkpassword/files/digest-checkpassword-0.90 | 1 |
2 files changed, 26 insertions, 0 deletions
diff --git a/net-mail/checkpassword/checkpassword-0.90.ebuild b/net-mail/checkpassword/checkpassword-0.90.ebuild new file mode 100644 index 000000000000..0b3aeb766ae8 --- /dev/null +++ b/net-mail/checkpassword/checkpassword-0.90.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/checkpassword-0.90.ebuild,v 1.1 2001/05/12 16:29:26 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="A modern replacement for sendmail which uses maildirs" +SRC_URI="http://cr.yp.to/checkpwd/${A}" + +HOMEPAGE="http://www.qmail.org/" + +src_compile() { + cd ${S} + echo "gcc ${CFLAGS}" > conf-cc + try make +} + + + +src_install() { + into / + dobin checkpassword + dodoc CHANGES README TODO VERSION +} diff --git a/net-mail/checkpassword/files/digest-checkpassword-0.90 b/net-mail/checkpassword/files/digest-checkpassword-0.90 new file mode 100644 index 000000000000..b82fa2cd03bd --- /dev/null +++ b/net-mail/checkpassword/files/digest-checkpassword-0.90 @@ -0,0 +1 @@ +MD5 e75842e908f96571ae56c3da499ba1fc checkpassword-0.90.tar.gz |