]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - xfsprogs/xfsprogs.nm
grep: Update to 2.17.
[people/ms/ipfire-3.x.git] / xfsprogs / xfsprogs.nm
CommitLineData
acba165f 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
acba165f
BS
4###############################################################################
5
802ea3af 6name = xfsprogs
09a9fc3b 7version = 3.1.8
802ea3af 8release = 1
acba165f 9
802ea3af
MT
10groups = System/Filesystems
11url = http://oss.sgi.com/projects/xfs/
12license = GPL+ and LGPLv2+
13summary = Utilities for managing the XFS filesystem
acba165f 14
802ea3af
MT
15description
16 A set of commands to use the XFS filesystem, including mkfs.xfs.
17end
acba165f 18
802ea3af 19source_dl = ftp://oss.sgi.com/projects/xfs/cmd_tars/
acba165f 20
802ea3af
MT
21build
22 requires
23 e2fsprogs-devel
24 gettext
25 libacl-devel
26 libblkid-devel
27 libtool
28 libuuid-devel
29 readline-devel
30 end
acba165f 31
802ea3af 32 configure_options += \
f4606291 33 --libexecdir=%{libdir} \
802ea3af 34 --enable-readline=yes \
09a9fc3b 35 --enable-blkid=yes
acba165f 36
f4606291 37 make_build_targets += V=1 DEBUG=-DNDEBUG
7ce06e41 38
802ea3af 39 install
09a9fc3b
MT
40 make install install-dev install-qa V=1 DIST_ROOT=%{BUILDROOT} \
41 PKG_ROOT_SBIN_DIR=%{sbindir} PKG_ROOT_LIB_DIR=%{libdir}
802ea3af
MT
42 end
43end
7ce06e41 44
802ea3af
MT
45packages
46 package %{name}
09a9fc3b
MT
47 conflicts
48 filesystem < 002
49 end
50 end
1f9bc2f0 51
802ea3af
MT
52 package %{name}-devel
53 template DEVEL
54 end
1f9bc2f0
MT
55
56 package %{name}-debuginfo
57 template DEBUGINFO
58 end
802ea3af 59end