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