summaryrefslogtreecommitdiffstats
path: root/net/samba4/DETAILS
blob: 95270fd698cc91677aa57ddcc2d216c241cf3e3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
. "$GRIMOIRE/FUNCTIONS"
           SPELL=samba4
if [[ "$SAMBA4_BRANCH"  ==  "scm"  ]];  then
         VERSION=$(get_scm_version)
          SOURCE=$SPELL-git.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
   SOURCE_URL[0]=git://git.samba.org/samba.git:$SPELL
   SOURCE_IGNORE=volatile
else
         VERSION=4.13.3
     SOURCE_HASH=sha512:e7d29a89ba31ac6ca6c2dfd2629b8e07e47f4b1f265907847b43845dcf19a2200bcb1ca9f6845dd39c1ffca5dbf89f998bcc4defe33f5e3c4d8006ec9c6e88ab
  SECURITY_PATCH=5
          SOURCE=${SPELL/4}-$VERSION.tar.gz
#         SOURCE2=${SPELL/4}-${VERSION}.tar.asc
#  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL/4}-$VERSION
   SOURCE_URL[0]=https://download.samba.org/pub/samba/stable/$SOURCE
fi
      PATCHLEVEL=1
      LICENSE[0]=GPL
        WEB_SITE=https://www.samba.org/
        KEYWORDS="net"
         ENTERED=20090120
           SHORT="File and print services to SMB/CIFS clients"
            DOCS="Manifest Read-Manifest-Now Roadmap WHATSNEW.txt examples/"
cat << EOF
SMB server to provide Windows NT and LAN manager-style file and print
services to SMB clients such as Windows. A NetBIOS nameserver which
can provide browsing support. A ftp-like SMB client for accessing PC
resources from Unix.
EOF