]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - dosfstools/dosfstools.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / dosfstools / dosfstools.nm
CommitLineData
9b2d1bde 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
9b2d1bde
MT
4###############################################################################
5
802ea3af
MT
6name = dosfstools
7version = 3.0.10
8release = 1
9b2d1bde 9
802ea3af
MT
10groups = System/Filesystems
11url = http://www.daniel-baumann.ch/software/dosfstools/
12license = GPLv3+
13summary = Utilities for making and checking MS-DOS FAT filesystems on Linux.
9b2d1bde 14
802ea3af 15description
9b2d1bde
MT
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.
802ea3af
MT
19end
20
21source_dl =
22sources = %{thisapp}.tar.bz2
23
24build
25 install
26 make install-bin DESTDIR=%{BUILDROOT} \
27 PREFIX=/usr SBINDIR=/sbin
28 end
29end
30
31packages
32 package %{name}
33 end
1f9bc2f0
MT
34
35 package %{name}-debuginfo
36 template DEBUGINFO
37 end
802ea3af 38end