summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-17 05:26:37 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-17 05:26:37 +0000
commit51d6c07f376d0d927c4d874f08b90096f4edf895 (patch)
treef607cc342222a9599b175ea533198e7477e557c1 /net-mail/signify
parentadded Network Associate's Evaluation license (diff)
downloadgentoo-2-51d6c07f376d0d927c4d874f08b90096f4edf895.tar.gz
gentoo-2-51d6c07f376d0d927c4d874f08b90096f4edf895.tar.bz2
gentoo-2-51d6c07f376d0d927c4d874f08b90096f4edf895.zip
repoman'd
Diffstat (limited to 'net-mail/signify')
-rw-r--r--net-mail/signify/signify-1.07.ebuild27
1 files changed, 14 insertions, 13 deletions
diff --git a/net-mail/signify/signify-1.07.ebuild b/net-mail/signify/signify-1.07.ebuild
index dfea774dfd60..0a03115415f9 100644
--- a/net-mail/signify/signify-1.07.ebuild
+++ b/net-mail/signify/signify-1.07.ebuild
@@ -1,25 +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/signify/signify-1.07.ebuild,v 1.3 2002/07/11 06:30:47 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/signify/signify-1.07.ebuild,v 1.4 2002/07/17 05:26:37 seemant Exp $
-A=${P}.tar.gz
S=${WORKDIR}/${PN}
DESCRIPTION="A (semi-)random e-mail signature rotator"
-SRC_URI="http://www.ibiblio.org/pub/Linux/utils/text/${A}"
+SRC_URI="http://www.ibiblio.org/pub/Linux/utils/text/${P}.tar.gz"
-DEPEND="virtual/glibc
- >=sys-devel/perl-5"
+DEPEND="sys-devel/perl"
-src_compile() {
+SLOT="0"
+LICENSE="GPL"
+KEYWORDS="x86"
+
+src_compile() {
echo "Perl script! Woohoo! No need to compile!"
}
-src_install() {
- try make install PREFIX=${D}/usr/ MANDIR=${D}/usr/share/man
- dodoc COPYING README signify.txt signify.lsm
- docinto examples
- cd examples
- dodoc Columned Complex Simple SimpleOrColumned
+src_install() {
+ make PREFIX=${D}/usr/ MANDIR=${D}/usr/share/man install || die
+ dodoc COPYING README signify.txt signify.lsm
+ docinto examples
+ cd examples
+ dodoc Columned Complex Simple SimpleOrColumned
}
-