]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - dosfstools/dosfstools.nm
glib2: Update to 2.39.4.
[people/ms/ipfire-3.x.git] / dosfstools / dosfstools.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = dosfstools
7 version = 3.0.25
8 release = 1
9
10 groups = System/Filesystems
11 url = http://www.daniel-baumann.ch/software/dosfstools/
12 license = GPLv3+
13 summary = Utilities for making and checking MS-DOS FAT filesystems on Linux.
14
15 description
16 The dosfstools package includes the mkdosfs and dosfsck utilities,
17 which respectively make and check MS-DOS FAT filesystems on hard
18 drives or on floppies.
19 end
20
21 source_dl = http://www.daniel-baumann.ch/files/software/dosfstools/
22
23 build
24 make_install_targets += \
25 PREFIX=%{prefix}
26 end
27
28 packages
29 package %{name}
30
31 package %{name}-debuginfo
32 template DEBUGINFO
33 end
34 end