Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SUMMARY="Library bits of the samba network filesystem"
- DESCRIPTION="
- Samba is an Open Source/Free Software suite that provides seamless file and \
- print services to SMB/CIFS clients. Samba is freely available, unlike other \
- SMB/CIFS implementations, and allows for interoperability between Linux/Unix \
- servers and Windows-based clients. Samba is software that can be run on a \
- platform other than Microsoft Windows, for example, UNIX, Linux, IBM System \
- 390, OpenVMS, and other operating systems. Samba uses the TCP/IP protocol that \
- is installed on the host server. When correctly configured, it allows that \
- host to interact with a Microsoft Windows client or server as if it is a \
- Windows file and print server."
- HOMEPAGE="http://www.samba.org/"
- COPYRIGHT="1992-2014 Anrew Tridgell and the Samba Team"
- LICENSE="GNU GPL v3"
- SRC_URI="http://ftp.samba.org/pub/samba/samba-3.6.23.tar.gz"
- CHECKSUM_SIZE="34122387"
- CHECKSUM_RMD160="43dc3b5dcc2ee515bed03ad77b9726841faea946"
- CHECKSUM_SHA512="54189079a4f65f1e9c818f9edc9d862c4261c3a4925146f3ab19603052d2c08d32b59ddc243422683338dc4f1192b22f02acaa719e11aa44146c5d3bb11fdcb0"
- REVISION="1"
- ARCHITECTURES="x86_gcc2 x86 x86_64"
- PATCHES="samba-3.6.23.patch"
- GLOBAL_WRITABLE_FILES="
- settings/samba directory keep-old
- "
- PROVIDES="
- cmd:smbclient = $portVersion
- cmd:eventlogadm = $portVersion
- cmd:nmbd = $portVersion
- cmd:rpcclient = $portVersion
- cmd:smbcquotas = $portVersion
- cmd:smbstatus = $portVersion
- cmd:tdbdump = $portVersion
- cmd:nmblookup = $portVersion
- cmd:sharesec = $portVersion
- cmd:smbd = $portVersion
- # cmd:smbta-util = $portVersion
- cmd:tdbrestore = $portVersion
- cmd:ntlm_auth = $portVersion
- cmd:smbcacls = $portVersion
- cmd:smbget = $portVersion
- cmd:smbtree = $portVersion
- cmd:tdbtool = $portVersion
- cmd:pdbedit = $portVersion
- cmd:smbclient = $portVersion
- cmd:smbpasswd = $portVersion
- cmd:swat = $portVersion
- cmd:testparm = $portVersion
- cmd:net = $portVersion
- cmd:profiles = $portVersion
- cmd:smbcontrol = $portVersion
- cmd:smbspool = $portVersion
- cmd:tdbbackup = $portVersion
- "
- REQUIRES="
- haiku >= $haikuVersion
- lib:libiconv
- lib:libintl
- lib:libncurses
- lib:libreadline
- lib:libz
- "
- BUILD_REQUIRES="
- devel:libiconv
- devel:libintl
- devel:libncurses
- devel:libreadline
- devel:libz
- "
- BUILD_PREREQUIRES="
- haiku_devel >= $haikuVersion
- cmd:autoconf
- cmd:perl
- cmd:python
- cmd:find
- cmd:gcc
- cmd:ld
- cmd:make
- cmd:which
- "
- BUILD()
- {
- cd source3
- ./autogen.sh
- runConfigure ./configure
- make $jobArgs
- }
- INSTALL()
- {
- make installmodules
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement