Magellan Linux

Contents of /branches/R11-unstable/extras/libtirpc/libtirpc-1.1.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32629 - (show annotations) (download)
Mon Apr 29 13:18:20 2019 UTC (5 years ago) by niro
File size: 434 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="libtirpc"
4 PVER="1.1.4"
5 PBUILD="r1"
6
7 PCAT="net-libs"
8
9 DESCRIPTION="Transport Independent RPC library (SunRPC replacement)."
10 HOMEPAGE="http://libtirpc.sourceforge.net/"
11
12 DEPEND=">= net-nds/krb5-1.16"
13
14 SRCFILE="${PNAME}-${PVER}.tar.bz2"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude multilib mbuild
18
19 SRC_URI=(
20 sourceforge://${PNAME}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd_sourceforge ${PNAME}"