Magellan Linux

Annotation of /branches/R11-unstable/extras/libndp/libndp-1.7-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32662 - (hide annotations) (download)
Mon Apr 29 13:22:19 2019 UTC (5 years ago) by niro
File size: 457 byte(s)
-release branches/R11-unstable
1 niro 31348 # $Id$
2    
3     PNAME="libndp"
4     PVER="1.7"
5     PBUILD="r1"
6    
7     PCAT="net-libs"
8    
9     DESCRIPTION="Library for Neighbor Discovery Protocol."
10     HOMEPAGE="http://libndp.org/"
11    
12     DEPEND=">= virtual/glibc"
13    
14     SRCFILE="${PNAME}-${PVER}.tar.gz"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude multilib mbuild
18    
19     SRC_URI=(
20     http://libndp.org/files/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23    
24     UP2SEPERATOR="v"
25     UP2DATE="updatecmd https://github.com/jpirko/${PNAME}/releases | highesttarball gz"