]> git.ipfire.org Git - ipfire-3.x.git/blame - libtirpc/libtirpc.nm
docbook-xsl: Fix file and directory permissions
[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
711ad346 8release = 3
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 29 libtool
711ad346 30 krb5-devel
4a26b4a6
MT
31 end
32
33 prepare_cmds
34 sh autogen.sh
35 autoreconf -fisv
36 end
37
4a26b4a6
MT
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
45end
46
47packages
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
59end