dev-php/pecl-smbclient - 1.1.2 (hering-overlay)

Search

Install

Install this version:

emerge -a =dev-php/pecl-smbclient-1.1.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-php/pecl-smbclient-1.1.2

Or alternatively:

emerge --autounmask-write -a =dev-php/pecl-smbclient-1.1.2

Package Information

Description:
A PHP wrapper for libsmbclient
License:
BSD 2-clause

Ebuild Details

Version EAPI Keywords Slot
1.1.2 8 ~amd64 ~arm ~arm64 ~x86 7
View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
PHP_EXT_NAME="smbclient"

USE_PHP="php8-3 php8-5"
inherit php-ext-pecl-r3

DESCRIPTION="A PHP wrapper for libsmbclient"
LICENSE="BSD 2-clause"
SLOT="7"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE=""

RDEPEND="net-fs/samba"

DEPEND="${RDEPEND}"

Inherited Eclasses

Dependencies

DEPEND

net-fs/samba

RDEPEND

net-fs/samba