Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31795 - (hide annotations) (download)
Tue Dec 11 13:20:37 2018 UTC (5 years, 5 months ago) by niro
File size: 568 byte(s)
-generate configure
1 niro 31792 # $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 niro 31793 SRCFILE="v${PVER}.tar.gz"
15 niro 31792 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17 niro 31794 sminclude mbuild
18 niro 31792
19     SRC_URI=(
20 niro 31793 https://github.com/thkukuk/${PNAME}/archive/${SRCFILE}
21 niro 31792 mirror://${PNAME}/${SRCFILE}
22     )
23    
24     UP2SEPERATOR="v"
25     UP2DATE="updatecmd https://github.com/thkukuk/${PNAME}/releases | highesttarball gz"
26 niro 31795
27     src_prepare()
28     {
29     munpack ${SRCFILE} || die
30     cd ${SRCDIR}
31    
32     mautoreconf || die
33     }