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