]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pkgs/dosfstools/dosfstools.nm
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / pkgs / 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.10
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 =
22 sources = %{thisapp}.tar.bz2
23
24 build
25 install
26 make install-bin DESTDIR=%{BUILDROOT} \
27 PREFIX=/usr SBINDIR=/sbin
28 end
29 end
30
31 packages
32 package %{name}
33 end
34 end