]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - cifs-utils/cifs-utils.nm
kernel: update to 4.12.10
[people/arne_f/ipfire-3.x.git] / cifs-utils / cifs-utils.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = cifs-utils
7 version = 6.6
8 release = 1
9
10 groups = System/Tools
11 url = https://wiki.samba.org/index.php/LinuxCIFS_utils
12 license = GPL
13 summary = A utility for the Common Internet File System
14
15 description
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.
21 end
22
23 source_dl = http://download.samba.org/pub/linux-cifs/cifs-utils/
24 sources = %{thisapp}.tar.bz2
25
26 build
27 test
28 make check
29 end
30 end
31
32 packages
33 package %{name}
34
35 package %{name}-devel
36 template DEVEL
37 end
38
39 package %{name}-debuginfo
40 template DEBUGINFO
41 end
42 end