diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-26 02:39:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-26 02:39:59 +0000 |
commit | f21cbfbac94a5f4eac6b7b4f6ac6945ce3bcb04d (patch) | |
tree | 3c807b6f9256395c7b1cfa85895aec6a1d74d697 /sys-libs | |
parent | Add die following econf for bug 48950 (diff) | |
download | historical-f21cbfbac94a5f4eac6b7b4f6ac6945ce3bcb04d.tar.gz historical-f21cbfbac94a5f4eac6b7b4f6ac6945ce3bcb04d.tar.bz2 historical-f21cbfbac94a5f4eac6b7b4f6ac6945ce3bcb04d.zip |
phear the arm
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/readline/readline-4.3-r5.ebuild | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/sys-libs/readline/readline-4.3-r5.ebuild b/sys-libs/readline/readline-4.3-r5.ebuild index 81cddcfcf201..64a52cdc99f6 100644 --- a/sys-libs/readline/readline-4.3-r5.ebuild +++ b/sys-libs/readline/readline-4.3-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-4.3-r5.ebuild,v 1.7 2004/03/21 22:24:47 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-4.3-r5.ebuild,v 1.8 2004/04/26 02:39:59 vapier Exp $ inherit eutils gnuconfig @@ -15,15 +15,14 @@ SRC_URI="ftp://ftp.gnu.org/gnu/readline/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86 ~ppc ~sparc ~alpha hppa ~mips ~ia64 ppc64 s390" +KEYWORDS="~x86 ~ppc ~sparc ~alpha arm ~mips hppa amd64 ~ia64 ppc64 s390" -# We must be sertain that we have a bash that is linked +# We must be certain that we have a bash that is linked # to its internal readline, else we may get problems. DEPEND=">=app-shells/bash-2.05b-r2 >=sys-libs/ncurses-5.2-r2" src_unpack() { - unpack ${P}.tar.gz cd ${S} @@ -34,7 +33,6 @@ src_unpack() { } src_compile() { - # Detect mips systems properly use mips && gnuconfig_update @@ -47,7 +45,6 @@ src_compile() { src_install() { - make prefix=${D}/usr mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info install || die cd ${S}/shlib @@ -70,9 +67,8 @@ src_install() { dosym libreadline.so.${PV/a/} /lib/libreadline.so.4 chmod 755 ${D}/lib/*.${PV/a/} - dodoc CHANGELOG CHANGES COPYING MANIFEST README USAGE + dodoc CHANGELOG CHANGES README USAGE docinto ps dodoc doc/*.ps dohtml -r doc } - |