From a4db327a833990e787941f64b9543870c6b7a07c Mon Sep 17 00:00:00 2001 From: Brandon Hale Date: Sun, 29 Feb 2004 14:21:27 +0000 Subject: Version bump, cleanup old, change DEPEND from x11-base/xfree to virtual/x11. --- x11-misc/xnc/xnc-5.0.4.ebuild | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 x11-misc/xnc/xnc-5.0.4.ebuild (limited to 'x11-misc/xnc/xnc-5.0.4.ebuild') diff --git a/x11-misc/xnc/xnc-5.0.4.ebuild b/x11-misc/xnc/xnc-5.0.4.ebuild new file mode 100644 index 000000000000..3a6cc6493dff --- /dev/null +++ b/x11-misc/xnc/xnc-5.0.4.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnc/xnc-5.0.4.ebuild,v 1.1 2004/02/29 14:21:27 tseng Exp $ + +DESCRIPTION="file manager for X Window system very similar to Norton Commander" +HOMEPAGE="http://xnc.dubna.su/" +SRC_URI="http://xnc.dubna.su/src-5/${P}.src.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="nls" + +DEPEND="virtual/x11" + +src_compile() { + ./configure \ + --host=${CHOST} \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + `use_enable nls` \ + || die "./configure failed" + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS ChangeLog INSTALL LICENSE README TODO +} -- cgit v1.2.3-65-gdbad