Magellan Linux

Contents of /trunk/extras/rpcsvc-proto/rpcsvc-proto-1.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31794 - (show annotations) (download)
Tue Dec 11 13:16:17 2018 UTC (5 years, 4 months ago) by niro
File size: 487 byte(s)
-no multilib required
1 # $Id$
2
3 PNAME="rpcsvc-proto"
4 PVER="1.4"
5 PBUILD="r1"
6
7 PCAT="net-libs"
8
9 DESCRIPTION="rpcsvc protocol definitions from glibc."
10 HOMEPAGE="https://github.com/thkukuk/rpcsvc-proto"
11
12 DEPEND=">= virtual/glibc"
13
14 SRCFILE="v${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude 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"