samba: update to 3.6.11.
This commit is contained in:
parent
9743f6489b
commit
8d426b9fa7
|
@ -1,10 +1,6 @@
|
|||
# Template file for 'libsmbclient'.
|
||||
#
|
||||
short_desc="Shared libraries for communication with SMB/CIFS servers"
|
||||
long_desc="
|
||||
This package provides a shared library that enables client applications to
|
||||
talk to Microsoft Windows and Samba servers using the SMB/CIFS protocol."
|
||||
|
||||
depends="mit-krb5-libs>=1.10.1"
|
||||
|
||||
do_install() {
|
||||
|
|
|
@ -3,10 +3,6 @@
|
|||
noarch=yes
|
||||
depends="libsmbclient>=${version}"
|
||||
short_desc="${short_desc} - development files"
|
||||
long_desc="
|
||||
${long_desc}
|
||||
|
||||
This package provides development files: headers, static libraries, etc."
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
# Template file for 'smbclient'.
|
||||
#
|
||||
short_desc="Command-line SMB/CIFS clients for Unix"
|
||||
long_desc="
|
||||
This package contains command-line utilities for accessing Microsoft
|
||||
Windows and Samba servers, including smbclient, smbtar, and smbspool.
|
||||
Utilities for mounting shares locally are found in the package cifs-utils."
|
||||
|
||||
do_install() {
|
||||
vmove usr/bin usr
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'samba'
|
||||
pkgname=samba
|
||||
version=3.6.10
|
||||
version=3.6.11
|
||||
revision=1
|
||||
build_wrksrc=source3
|
||||
build_style=gnu-configure
|
||||
|
@ -17,16 +17,10 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="GPL-3"
|
||||
homepage="http://www.samba.org"
|
||||
distfiles="http://us1.samba.org/samba/ftp/stable/$pkgname-$version.tar.gz"
|
||||
checksum=4af53840773b5768b620e8afb66e081b84f8639b1a0a92fb40e55ec8556fae74
|
||||
long_desc="
|
||||
Samba is an implementation of the SMB/CIFS protocol for Unix systems,
|
||||
providing support for cross-platform file and printer sharing with Microsoft
|
||||
Windows, OS X, and other Unix systems. Samba can also function as an
|
||||
NT4-style domain controller, and can integrate with both NT4 domains and
|
||||
Active Directory realms as a member server."
|
||||
checksum=dcf01bc4af9c6a10c0b6c697a96a452598681d65a8894ca4843055a8b55b0020
|
||||
|
||||
conf_files="/etc/samba/smb.conf /etc/pam.d/samba"
|
||||
subpackages="smbclient libsmbclient samba-devel"
|
||||
|
||||
makedepends="pkg-config perl readline-devel python-devel libcap-devel
|
||||
popt-devel e2fsprogs-devel mit-krb5-devel>=1.10.1 libldap-devel pam-devel
|
||||
acl-devel avahi-libs-devel tdb-devel talloc-devel cups-devel"
|
||||
|
@ -37,8 +31,6 @@ nmbd.service off
|
|||
smbd.service off
|
||||
winbindd.service off"
|
||||
|
||||
conf_files="/etc/samba/smb.conf /etc/pam.d/samba"
|
||||
|
||||
post_install() {
|
||||
cd ${wrksrc}
|
||||
# conf file
|
||||
|
|
Loading…
Reference in New Issue