# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.0-r7.ebuild,v 1.9 2004/09/23 04:42:50 vapier Exp $ inherit flag-o-matic eutils DESCRIPTION="GNU Midnight Commander cli-based file manager" HOMEPAGE="http://www.ibiblio.org/mc/" SRC_URI="http://www.ibiblio.org/pub/Linux/utils/file/managers/${PN}/${P}.tar.gz http://www.spock.mga.com.pl/public/gentoo/${P}-sambalib-3.0.0-r1.patch.bz2 http://www.spock.mga.com.pl/public/gentoo/${P}-sambalib.patch.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 mips ppc sparc x86" IUSE="gpm nls samba ncurses X slang" DEPEND=">=sys-fs/e2fsprogs-1.19 ncurses? ( >=sys-libs/ncurses-5.2-r5 ) =dev-libs/glib-2* >=sys-libs/pam-0.72 gpm? ( >=sys-libs/gpm-1.19.3 ) slang? ( >=sys-libs/slang-1.4.2 ) samba? ( net-fs/samba ) X? ( virtual/x11 )" src_unpack() { unpack ${P}.tar.gz cd ${S} has_version '>=net-fs/samba-3.0.0' \ && epatch ${DISTDIR}/${P}-sambalib-3.0.0-r1.patch.bz2 has_version '>\ ${S}/lib/mc-wrapper.sh einstall || die dodoc ChangeLog AUTHORS MAINTAINERS FAQ INSTALL* NEWS README* insinto /usr/share/mc doins ${FILESDIR}/mc.gentoo } pkg_postinst() { einfo "Add the following line to your ~/.bashrc to" einfo "allow mc to chdir to its latest working dir at exit" einfo "" einfo "# Midnight Commander chdir enhancement" einfo "if [ -f /usr/share/mc/mc.gentoo ]; then" einfo " . /usr/share/mc/mc.gentoo" einfo "fi" }