]> git.ipfire.org Git - ipfire-3.x.git/blob - libtirpc/libtirpc.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / libtirpc / libtirpc.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libtirpc
7 version = 1.3.3
8 release = 3.1
9
10 groups = System/Libraries
11 url = http://nfsv4.bullopensource.org/
12 license = SISSL and BSD
13 summary = Transport Independent RPC Library
14
15 description
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.
20 end
21
22 source_dl = https://downloads.sourceforge.net/libtirpc/
23 sources = %{thisapp}.tar.bz2
24
25 build
26 requires
27 autoconf
28 automake
29 libtool
30 krb5-devel
31 end
32
33 prepare_cmds
34 sh autogen.sh
35 autoreconf -fisv
36 end
37
38 install_cmds
39 # Fix installation path of the man pages.
40 mv %{BUILDROOT}%{mandir}/man3{,t}
41
42 # Fix owner.
43 chown root:root %{BUILDROOT}/etc/netconfig
44 end
45 end
46
47 packages
48 package %{name}
49
50 package %{name}-devel
51 template DEVEL
52
53 files += %{mandir}/man3t
54 end
55
56 package %{name}-debuginfo
57 template DEBUGINFO
58 end
59 end