summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alberto Suarez Lopez <bass@gentoo.org>2003-01-08 21:33:21 +0000
committerJose Alberto Suarez Lopez <bass@gentoo.org>2003-01-08 21:33:21 +0000
commit125716774f5dd3a71efcccbb60d5dc1dc7222437 (patch)
treec67650b6e365a3f6330b059ce1c6c4e77ad36558 /app-misc/xnc
parentmark stable for x86 (diff)
downloadgentoo-2-125716774f5dd3a71efcccbb60d5dc1dc7222437.tar.gz
gentoo-2-125716774f5dd3a71efcccbb60d5dc1dc7222437.tar.bz2
gentoo-2-125716774f5dd3a71efcccbb60d5dc1dc7222437.zip
First relase
Diffstat (limited to 'app-misc/xnc')
-rw-r--r--app-misc/xnc/ChangeLog8
-rw-r--r--app-misc/xnc/files/digest-xnc-5.0.01
-rw-r--r--app-misc/xnc/xnc-5.0.0.ebuild27
3 files changed, 36 insertions, 0 deletions
diff --git a/app-misc/xnc/ChangeLog b/app-misc/xnc/ChangeLog
new file mode 100644
index 000000000000..0cd649b68152
--- /dev/null
+++ b/app-misc/xnc/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for app-misc/xplore
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/app-misc/xnc/ChangeLog,v 1.1 2003/01/08 21:33:21 bass Exp $
+
+*xnx-5.0.0 (8 Jan 2003)
+
+ 8 Jan 2003; J.ALberto Suarez L. <bass@gentoo.org> xnc-5.0.0.ebuild :
+ First relase.
diff --git a/app-misc/xnc/files/digest-xnc-5.0.0 b/app-misc/xnc/files/digest-xnc-5.0.0
new file mode 100644
index 000000000000..6b2a43501efd
--- /dev/null
+++ b/app-misc/xnc/files/digest-xnc-5.0.0
@@ -0,0 +1 @@
+MD5 5a13c391b9dff86942289a64fbc3d2e4 xnc-5.0.0.src.tar.gz 1969624
diff --git a/app-misc/xnc/xnc-5.0.0.ebuild b/app-misc/xnc/xnc-5.0.0.ebuild
new file mode 100644
index 000000000000..28ddd50f275e
--- /dev/null
+++ b/app-misc/xnc/xnc-5.0.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/app-misc/xnc/xnc-5.0.0.ebuild,v 1.1 2003/01/08 21:33:21 bass Exp $
+
+S="${WORKDIR}/${P}"
+DESCRIPTION="A ile manager for X Window system very similar to Norton Commander, with a lot of features."
+SRC_URI="http://xnc.dubna.su/src-5/${P}.src.tar.gz"
+HOMEPAGE="http://xnc.dubna.su/"
+LICENSE="GPL-2"
+DEPEND="x11-base/xfree"
+
+KEYWORDS="x86"
+SLOT="0"
+
+src_compile() {
+ ./configure \
+ --host=${CHOST} \
+ --prefix=/usr \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man || die "./configure failed"
+ emake || die
+}
+
+src_install () {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS ChangeLog INSTALL LICENSE README TODO
+}