From 73c318acdaf6f8309d68bd266051e6dd1f1bd787 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 8 Jun 2019 09:04:53 +0100 Subject: gentoo resync : 08.06.2019 --- net-misc/smbc/smbc-1.2.2-r3.ebuild | 41 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 net-misc/smbc/smbc-1.2.2-r3.ebuild (limited to 'net-misc/smbc/smbc-1.2.2-r3.ebuild') diff --git a/net-misc/smbc/smbc-1.2.2-r3.ebuild b/net-misc/smbc/smbc-1.2.2-r3.ebuild new file mode 100644 index 000000000000..87ebd6eea0a6 --- /dev/null +++ b/net-misc/smbc/smbc-1.2.2-r3.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="Text mode (ncurses) SMB network commander. Features: resume and UTF-8" +HOMEPAGE="https://sourceforge.net/projects/smbc/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~ppc ~x86" +IUSE="nls debug" + +DEPEND="dev-libs/popt + net-fs/samba + sys-libs/ncurses + nls? ( sys-devel/gettext )" +RDEPEND="${DEPEND}" + +src_prepare() { + default + mv configure.{in,ac} || die + eapply "${FILESDIR}"/${P}-cflags.patch + eapply "${FILESDIR}"/${P}-size_t.patch + eautoreconf +} + +src_configure() { + econf \ + $(use_enable nls) \ + $(use_with debug) +} + +src_install() { + default + mkdir -p "${D}/usr/share/doc" + mv -v "${D}/usr/share/"{${PN},doc/${PF}} || die +} -- cgit v1.2.3