diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 04:54:33 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 04:54:33 +0000 |
commit | 33d7ba59b23e1e84a07e4d3b22a4665b19422f3a (patch) | |
tree | 3c5d52b9af258c3868823658e8f9fbb64151e1b4 /net-mail/checkpassword | |
parent | ppc tagging (diff) | |
download | historical-33d7ba59b23e1e84a07e4d3b22a4665b19422f3a.tar.gz historical-33d7ba59b23e1e84a07e4d3b22a4665b19422f3a.tar.bz2 historical-33d7ba59b23e1e84a07e4d3b22a4665b19422f3a.zip |
ppc tagging
Diffstat (limited to 'net-mail/checkpassword')
-rw-r--r-- | net-mail/checkpassword/checkpassword-0.90.ebuild | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/net-mail/checkpassword/checkpassword-0.90.ebuild b/net-mail/checkpassword/checkpassword-0.90.ebuild index ed87f76d2e97..939e41d3d1a6 100644 --- a/net-mail/checkpassword/checkpassword-0.90.ebuild +++ b/net-mail/checkpassword/checkpassword-0.90.ebuild @@ -1,24 +1,26 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/checkpassword-0.90.ebuild,v 1.2 2002/07/11 06:30:47 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/checkpassword-0.90.ebuild,v 1.3 2002/07/16 04:54:33 seemant 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}" - +SRC_URI="http://cr.yp.to/checkpwd/${P}.tar.gz" HOMEPAGE="http://www.qmail.org/" +SLOT="0" +LICENSE="as-is" +KEYWORDs="x86 ppc" + src_compile() { - cd ${S} - echo "gcc ${CFLAGS}" > conf-cc - try make + cd ${S} + echo "gcc ${CFLAGS}" > conf-cc + make || die } -src_install() { - into / - dobin checkpassword - dodoc CHANGES README TODO VERSION +src_install() { + into / + dobin checkpassword + dodoc CHANGES README TODO VERSION } |