mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
Recipe cosmetics, impoved SUMMARY/DESCRIPTION, re-ordered blocks.
This commit is contained in:
@@ -1,29 +1,25 @@
|
||||
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."
|
||||
DESCRIPTION="Samba is an free, open source 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 can be run on platforms 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 were a Windows file and print server."
|
||||
HOMEPAGE="http://www.samba.org/"
|
||||
COPYRIGHT="1992-2015 Anrew Tridgell and the Samba Team"
|
||||
LICENSE="GNU GPL v3"
|
||||
|
||||
SOURCE_URI="http://ftp.samba.org/pub/samba/samba-$portVersion.tar.gz"
|
||||
|
||||
CHECKSUM_SHA256="8f2c8a7f2bd89b0dfd228ed917815852f7c625b2bc0936304ac3ed63aaf83751"
|
||||
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://ftp.samba.org/pub/samba/samba-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="8f2c8a7f2bd89b0dfd228ed917815852f7c625b2bc0936304ac3ed63aaf83751"
|
||||
PATCHES="samba-3.6.23.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
DISABLE_SOURCE_PACKAGE=yes
|
||||
|
||||
PATCHES="samba-3.6.23.patchset"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
settings/samba directory keep-old
|
||||
"
|
||||
@@ -65,7 +61,6 @@ PROVIDES="
|
||||
lib:libtdb$secondaryArchSuffix = $portVersion
|
||||
lib:libtevent$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
@@ -75,16 +70,28 @@ REQUIRES="
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
samba${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libsmbclient$secondaryArchSuffix = $portVersion
|
||||
devel:libnetapi$secondaryArchSuffix = $portVersion compat >= 0
|
||||
devel:libsmbsharemodes$secondaryArchSuffix = $portVersion compat >= 0
|
||||
devel:libtalloc$secondaryArchSuffix = $portVersion compat >= 2
|
||||
devel:libtdb$secondaryArchSuffix = $portVersion compat >= 1
|
||||
devel:libtevent$secondaryArchSuffix = $portVersion compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
samba$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
devel:libintl$secondaryArchSuffix
|
||||
devel:libncurses$secondaryArchSuffix
|
||||
devel:libreadline$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:autoconf
|
||||
cmd:find
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
@@ -132,20 +139,4 @@ INSTALL()
|
||||
libtevent
|
||||
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
|
||||
|
||||
PROVIDES_devel="
|
||||
samba${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libsmbclient$secondaryArchSuffix = $portVersion
|
||||
devel:libnetapi$secondaryArchSuffix = $portVersion compat >= 0
|
||||
devel:libsmbsharemodes$secondaryArchSuffix = $portVersion compat >= 0
|
||||
devel:libtalloc$secondaryArchSuffix = $portVersion compat >= 2
|
||||
devel:libtdb$secondaryArchSuffix = $portVersion compat >= 1
|
||||
devel:libtevent$secondaryArchSuffix = $portVersion compat >= 0
|
||||
"
|
||||
|
||||
|
||||
REQUIRES_devel="
|
||||
samba$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
}
|
||||
Reference in New Issue
Block a user