|
|
# 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/" |
|
|
| |
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 \ |
|
|
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 \ |