diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-12-11 18:15:15 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-12-11 18:15:15 +0000 |
commit | 9616c8689c7c2fd6742aa46bf245896fdc9dde9b (patch) | |
tree | fff75ab376c946927211f8de13ec800e9aee8535 /app-shells/pdksh | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-9616c8689c7c2fd6742aa46bf245896fdc9dde9b.tar.gz gentoo-2-9616c8689c7c2fd6742aa46bf245896fdc9dde9b.tar.bz2 gentoo-2-9616c8689c7c2fd6742aa46bf245896fdc9dde9b.zip |
*** empty log message ***
Diffstat (limited to 'app-shells/pdksh')
-rw-r--r-- | app-shells/pdksh/files/digest-pdksh-5.2.14-r1 | 1 | ||||
-rw-r--r-- | app-shells/pdksh/pdksh-5.2.14-r1.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/app-shells/pdksh/files/digest-pdksh-5.2.14-r1 b/app-shells/pdksh/files/digest-pdksh-5.2.14-r1 deleted file mode 100644 index dbb2fc7470c6..000000000000 --- a/app-shells/pdksh/files/digest-pdksh-5.2.14-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 871106b3bd937e1afba9f2ef7c43aef3 pdksh-5.2.14.tar.gz diff --git a/app-shells/pdksh/pdksh-5.2.14-r1.ebuild b/app-shells/pdksh/pdksh-5.2.14-r1.ebuild deleted file mode 100644 index 256898cd552c..000000000000 --- a/app-shells/pdksh/pdksh-5.2.14-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# 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/app-shells/pdksh/pdksh-5.2.14-r1.ebuild,v 1.4 2000/11/01 04:44:12 achim Exp $ - -P=pdksh-5.2.14 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="The Public Domain Korn Shell" -SRC_URI="ftp://ftp.cs.mun.ca/pub/pdksh/"${A} -HOMEPAGE="http://ww.cs.mun.ca/~michael/pdksh/" - -DEPEND=">=sys-libs/glibc-2.1.3" - -src_compile() { - cd ${S} - try ./configure --prefix=/usr --host=${CHOST} - try make -} - -src_install() { - cd ${S} - into / - dobin ksh - into /usr - doman ksh.1 - dodoc BUG-REPORTS ChangeLog* CONTRIBUTORS LEGAL NEWS NOTES PROJECTS README - docinto etc - dodoc etc/* -} - - - - - - |