]> git.ipfire.org Git - ipfire-3.x.git/blame - reiser4progs/reiser4progs.nm
Move all packages to root.
[ipfire-3.x.git] / reiser4progs / reiser4progs.nm
CommitLineData
241e0cfd 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
241e0cfd
MT
4###############################################################################
5
802ea3af
MT
6name = reiser4progs
7version = 1.0.7
8release = 1
241e0cfd 9
802ea3af
MT
10groups = System/Filesystems
11url = http://www.kernel.org/pub/linux/utils/fs/reiser4/reiser4progs/
12license = GPL
13summary = Administration utilities for the Reiser4 filesystem.
241e0cfd 14
802ea3af 15description
241e0cfd
MT
16 The filesystem utilities for the reiser4 filesystem, including: \
17 fsck.reiser4, measurefs.reiser4, mkfs.reiser4 and resizefs.reiser4.
802ea3af
MT
18end
19
20source_dl = http://www.kernel.org/pub/linux/utils/fs/reiser4/reiser4progs/
21sources = %{thisapp}.tar.bz2
241e0cfd 22
802ea3af
MT
23build
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
241e0cfd 34
802ea3af
MT
35 configure_options += \
36 --sbindir=/sbin \
37 --libdir=/lib \
38 --disable-static \
39 --disable-libminimal
83dd3963 40
802ea3af
MT
41 prepare_cmds
42 # Regenerate the buildsystem
43 libtoolize --install
44 aclocal
45 autoheader
46 autoconf
47 automake --add-missing
48 end
241e0cfd 49
802ea3af
MT
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
56end
241e0cfd 57
802ea3af
MT
58packages
59 package %{name}
60 end
61
62 package %{name}-devel
63 template DEVEL
64 end
65end