]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libtirpc/libtirpc.nm
Merge remote-tracking branch 'stevee/pcre'
[people/ms/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 = 0.2.2
8 release = 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 = http://downloads.sourceforge.net/libtirpc/
23 sources = %{thisapp}.tar.bz2
24
25 build
26 requires
27 autoconf
28 automake
29 libgssglue-devel
30 libtool
31 end
32
33 prepare_cmds
34 sh autogen.sh
35 autoreconf -fisv
36 end
37
38 configure_options += \
39 --enable-gss
40
41 install_cmds
42 # Fix installation path of the man pages.
43 mv %{BUILDROOT}%{mandir}/man3{,t}
44
45 # Fix owner.
46 chown root:root %{BUILDROOT}/etc/netconfig
47 end
48 end
49
50 packages
51 package %{name}
52
53 package %{name}-devel
54 template DEVEL
55
56 files += %{mandir}/man3t
57 end
58
59 package %{name}-debuginfo
60 template DEBUGINFO
61 end
62 end