]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - reiser4progs/reiser4progs.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / reiser4progs / reiser4progs.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = reiser4progs
7 version = 1.0.7
8 release = 1
9
10 groups = System/Filesystems
11 url = http://www.kernel.org/pub/linux/utils/fs/reiser4/reiser4progs/
12 license = GPL
13 summary = Administration utilities for the Reiser4 filesystem.
14
15 description
16 The filesystem utilities for the reiser4 filesystem, including: \
17 fsck.reiser4, measurefs.reiser4, mkfs.reiser4 and resizefs.reiser4.
18 end
19
20 source_dl = http://www.kernel.org/pub/linux/utils/fs/reiser4/reiser4progs/
21 sources = %{thisapp}.tar.bz2
22
23 build
24 requires
25 autoconf
26 automake
27 e2fsprogs-devel
28 libaal-devel
29 libtool
30 libuuid-devel
31 ncurses-devel
32 readline-devel
33 end
34
35 configure_options += \
36 --sbindir=/sbin \
37 --libdir=/lib \
38 --disable-static \
39 --disable-libminimal
40
41 prepare_cmds
42 # Regenerate the buildsystem
43 libtoolize --install
44 aclocal
45 autoheader
46 autoconf
47 automake --add-missing
48 end
49
50 install_cmds
51 rm -vf %{BUILDROOT}/lib/lib{reiser4,repair}.so
52 mkdir -pv %{BUILDROOT}/usr/lib
53 ln -svf ../../lib/libreiser4-1.0.so.7 %{BUILDROOT}/usr/lib/libreiser4-1.0.so
54 ln -svf ../../lib/librepair-1.0.so.7 %{BUILDROOT}/usr/lib/librepair-1.0.so
55 end
56 end
57
58 packages
59 package %{name}
60 end
61
62 package %{name}-devel
63 template DEVEL
64 end
65
66 package %{name}-debuginfo
67 template DEBUGINFO
68 end
69 end