Magellan Linux

Annotation of /trunk/extras/iniparser/iniparser-4.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31799 - (hide annotations) (download)
Wed Dec 12 08:32:40 2018 UTC (5 years, 5 months ago) by niro
File size: 588 byte(s)
auto added: ver bump to 4.1-r1
1 niro 31799 # $Id$
2    
3     PNAME="iniparser"
4     PVER="4.1"
5     PBUILD="r1"
6    
7     PCAT="dev-libs"
8    
9     DESCRIPTION="A free stand-alone ini file parsing library written in portable ANSI C."
10     HOMEPAGE="http://ndevilla.free.fr/iniparser/"
11    
12     DEPEND=">= virtual/glibc"
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/ndevilla/${PNAME}/archive/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23    
24     UP2SEPERATOR="v"
25     UP2DATE="updatecmd https://github.com/ndevilla/${PNAME}/releases | highesttarball gz"
26    
27     src_prepare()
28     {
29     munpack ${SRCFILE} || die
30     mautoreconf || die
31     }