mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-fs/smbnetfs: bump up to 0.6.1
Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST smbnetfs-0.6.0.tar.bz2 147946 BLAKE2B dc20ba86e8280365eead7cd540370e727e47f9ba54c24ec4f4174c28eafdf373d716f259a6cff129e88ea1c47f4c3aee83cc6cb8009f232af94168e5c3232be0 SHA512 5bc5327b1087d051cbedda40ea1183c2515e3a42b2027812c6528bbbcb736b7f92f95b3c7b9cc53da99c2138c945ceb517042359029cbe0ab8cd887839711ced
|
||||
DIST smbnetfs-0.6.1.tar.bz2 171032 BLAKE2B ac263c963318ac01d6acef0247c0cb2149b25d991770be5c717a5d0e8baae1a6df5f9d3bf1019bc2d3fb43c728b89828225047baf4bb82c708ff051957bbcf6a SHA512 b74e979e30075243e859b8b02918b7d379eaf92e61f0fc6d6375864cf12c31c6601719026d96a24e6ac82b572338cfea4b7e0d89fe2d9dc17fd9a1a81e7f7ebd
|
||||
|
||||
40
net-fs/smbnetfs/smbnetfs-0.6.1.ebuild
Normal file
40
net-fs/smbnetfs/smbnetfs-0.6.1.ebuild
Normal file
@@ -0,0 +1,40 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit eutils readme.gentoo-r1
|
||||
|
||||
DESCRIPTION="FUSE filesystem for SMB shares"
|
||||
HOMEPAGE="https://sourceforge.net/projects/smbnetfs"
|
||||
SRC_URI="mirror://sourceforge/smbnetfs/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64 ~arm-linux ~x86-linux"
|
||||
IUSE="gnome-keyring"
|
||||
|
||||
RDEPEND=">=sys-fs/fuse-2.3
|
||||
>=net-fs/samba-4.2
|
||||
>=dev-libs/glib-2.30
|
||||
gnome-keyring? ( app-crypt/libsecret )"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
|
||||
DISABLE_AUTOFORMATTING=yes
|
||||
DOC_CONTENTS="
|
||||
For quick usage, exec:
|
||||
'modprobe fuse'
|
||||
'smbnetfs -oallow_other /mnt/samba'
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
econf $(use_with gnome-keyring libsecret)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
readme.gentoo_create_doc
|
||||
dodoc AUTHORS ChangeLog
|
||||
}
|
||||
Reference in New Issue
Block a user