Magellan Linux

Contents of /branches/R11-unstable/extras/libnsl/libnsl-1.2.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32661 - (show annotations) (download)
Mon Apr 29 13:22:15 2019 UTC (5 years ago) by niro
File size: 573 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="libnsl"
4 PVER="1.2.0"
5 PBUILD="r1"
6
7 PCAT="net-libs"
8
9 DESCRIPTION="Public client interface library for NIS(YP) and NIS+."
10 HOMEPAGE="http://libtirpc.sourceforge.net/"
11
12 DEPEND=">= net-libs/libtirpc-1.1"
13
14 SRCFILE="v${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude multilib mbuild
18
19 SRC_URI=(
20 https://github.com/thkukuk/${PNAME}/archive/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2SEPERATOR="v"
25 UP2DATE="updatecmd https://github.com/thkukuk/${PNAME}/releases | highesttarball gz"
26
27 src_prepare()
28 {
29 munpack ${SRCFILE} || die
30 mautoreconf || die
31 }