View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/app-shells/zsh/zsh-4.2.4.ebuild (-3 / +3 lines)
 Lines 2-8    Link Here 
# Distributed under the terms of the GNU General Public License v2
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.2.4.ebuild,v 1.8 2005/03/31 20:56:43 blubb Exp $
# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.2.4.ebuild,v 1.8 2005/03/31 20:56:43 blubb Exp $
inherit eutils
inherit eutils multilib
DESCRIPTION="UNIX Shell similar to the Korn shell"
DESCRIPTION="UNIX Shell similar to the Korn shell"
HOMEPAGE="http://www.zsh.org/"
HOMEPAGE="http://www.zsh.org/"
 Lines 49-55    Link Here 
	econf \
	econf \
		--bindir=/bin \
		--bindir=/bin \
		--libdir=/usr/lib \
		--libdir=/usr/$(get_libdir) \
		--enable-etcdir=/etc/zsh \
		--enable-etcdir=/etc/zsh \
		--enable-zshenv=/etc/zsh/zshenv \
		--enable-zshenv=/etc/zsh/zshenv \
		--enable-zlogin=/etc/zsh/zlogin \
		--enable-zlogin=/etc/zsh/zlogin \
 Lines 90-96    Link Here 
src_install() {
src_install() {
	einstall \
	einstall \
		bindir=${D}/bin \
		bindir=${D}/bin \
		libdir=${D}/usr/lib \
		libdir=${D}/usr/$(get_libdir) \
		fndir=${D}/usr/share/zsh/${PV%_*}/functions \
		fndir=${D}/usr/share/zsh/${PV%_*}/functions \
		sitefndir=${D}/usr/share/zsh/site-functions \
		sitefndir=${D}/usr/share/zsh/site-functions \
		install.bin install.man install.modules \
		install.bin install.man install.modules \