]> git.ipfire.org Git - ipfire-3.x.git/blame - libtirpc/libtirpc.nm
libtirpc: Does not depend on libgssglue
[ipfire-3.x.git] / libtirpc / libtirpc.nm
CommitLineData
4a26b4a6
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = libtirpc
e9cd84d3 7version = 1.3.3
1ffc449b 8release = 2
4a26b4a6
MT
9
10groups = System/Libraries
11url = http://nfsv4.bullopensource.org/
12license = SISSL and BSD
13summary = Transport Independent RPC Library
14
15description
16 This package contains SunLib's implementation of transport-independent
17 RPC (TI-RPC) documentation. This library forms a piece of the base of
18 Open Network Computing (ONC), and is derived directly from the
19 Solaris 2.3 source.
20end
21
e9cd84d3 22source_dl = https://downloads.sourceforge.net/libtirpc/
4a26b4a6
MT
23sources = %{thisapp}.tar.bz2
24
25build
26 requires
27 autoconf
28 automake
4a26b4a6
MT
29 libtool
30 end
31
32 prepare_cmds
33 sh autogen.sh
34 autoreconf -fisv
35 end
36
37 configure_options += \
e9cd84d3 38 --disable-gssapi
4a26b4a6
MT
39
40 install_cmds
41 # Fix installation path of the man pages.
42 mv %{BUILDROOT}%{mandir}/man3{,t}
43
44 # Fix owner.
45 chown root:root %{BUILDROOT}/etc/netconfig
46 end
47end
48
49packages
50 package %{name}
51
52 package %{name}-devel
53 template DEVEL
54
55 files += %{mandir}/man3t
56 end
57
58 package %{name}-debuginfo
59 template DEBUGINFO
60 end
61end