]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - cifs-utils/cifs-utils.nm
kernel: update to 4.12.10
[people/arne_f/ipfire-3.x.git] / cifs-utils / cifs-utils.nm
CommitLineData
650190e0
AM
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = cifs-utils
7version = 6.6
8release = 1
9
10groups = System/Tools
11url = https://wiki.samba.org/index.php/LinuxCIFS_utils
12license = GPL
13summary = A utility for the Common Internet File System
14
15description
16 This package of tools is called cifs-utils. Although not really part
17 of Samba proper, these tools were originally part of the Samba package.
18 For several reasons, shipping these tools as part of Samba was
19 problematic and it was deemed better to split them off into their own
20 package.
21end
22
23source_dl = http://download.samba.org/pub/linux-cifs/cifs-utils/
24sources = %{thisapp}.tar.bz2
25
26build
27 test
28 make check
29 end
30end
31
32packages
33 package %{name}
34
35 package %{name}-devel
36 template DEVEL
37 end
38
39 package %{name}-debuginfo
40 template DEBUGINFO
41 end
42end