]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - reiserfsprogs/reiserfsprogs.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / reiserfsprogs / reiserfsprogs.nm
CommitLineData
b628bc33 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
b628bc33
SS
4###############################################################################
5
802ea3af
MT
6name = reiserfsprogs
7version = 3.6.21
8release = 1
b628bc33 9
802ea3af
MT
10groups = System/Filesystems
11url = http://www.kernel.org/pub/linux/utils/fs/reiserfs/
12license = GPL
13summary = Tools for ReiserFS filesystems.
b628bc33 14
802ea3af
MT
15description
16 This package contains utilities to create, check, resize, and
b628bc33 17 debug ReiserFS filesystems.
802ea3af
MT
18end
19
20source_dl = http://www.kernel.org/pub/linux/utils/fs/reiserfs/
21sources = %{thisapp}.tar.bz2
b628bc33 22
802ea3af
MT
23build
24 configure_options += \
25 --sbindir=/sbin
b628bc33 26
802ea3af
MT
27 install_cmds
28 ln -svf reiserfsck %{BUILDROOT}/sbin/fsck.reiserfs
29 ln -svf mkreiserfs %{BUILDROOT}/sbin/mkfs.reiserfs
30 end
31end
b628bc33 32
802ea3af
MT
33packages
34 package %{name}
35 end
1f9bc2f0
MT
36
37 package %{name}-debuginfo
38 template DEBUGINFO
39 end
802ea3af 40end