summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Andreetta <satya@gentoo.org>2004-12-20 10:34:06 +0000
committerChristian Andreetta <satya@gentoo.org>2004-12-20 10:34:06 +0000
commit7f4c180a2b0e80e81eb32816c14d8a608a62fb0d (patch)
tree075c3b00889208b3d3f82cba3cba57fd96b4f217 /net-misc/smbc/smbc-1.0.0.ebuild
parentNew version; closes bug 74932; finally ready for prime time (Manifest recommit) (diff)
downloadgentoo-2-7f4c180a2b0e80e81eb32816c14d8a608a62fb0d.tar.gz
gentoo-2-7f4c180a2b0e80e81eb32816c14d8a608a62fb0d.tar.bz2
gentoo-2-7f4c180a2b0e80e81eb32816c14d8a608a62fb0d.zip
new package. Thanks to Vanquirius (bug #74816)
Diffstat (limited to 'net-misc/smbc/smbc-1.0.0.ebuild')
-rw-r--r--net-misc/smbc/smbc-1.0.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-misc/smbc/smbc-1.0.0.ebuild b/net-misc/smbc/smbc-1.0.0.ebuild
new file mode 100644
index 000000000000..5eb1bcfbdcd7
--- /dev/null
+++ b/net-misc/smbc/smbc-1.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/smbc/smbc-1.0.0.ebuild,v 1.1 2004/12/20 10:34:06 satya Exp $
+
+DESCRIPTION="A text mode (ncurses) SMB network commander. Features: resume and UTF-8"
+HOMEPAGE="http://smbc.airm.net/en/index.php"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="sys-devel/gcc
+ >=net-fs/samba-2.8.8
+ sys-libs/ncurses
+ dev-libs/popt"
+
+src_install() {
+ make DESTDIR=${D} install || die
+}