Magellan Linux

Contents of /trunk/extras/dotconf/dotconf-1.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15492 - (show annotations) (download)
Wed Jan 2 21:55:11 2013 UTC (11 years, 4 months ago) by niro
File size: 610 byte(s)
-fixed src fetch
1 # $Id$
2
3 PNAME="dotconf"
4 PVER="1.3"
5 PBUILD="r1"
6
7 PCAT="dev-libs"
8
9 DESCRIPTION="dot.conf configuration file parser."
10 HOMEPAGE="https://github.com/williamh/dotconf/"
11
12 DEPEND=">= virtual/glibc"
13 SDEPEND=">= sys-dev/autoconf-9
14 >= sys-dev/automake-4"
15
16 SRCFILE="${PNAME}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude mbuild
20
21 # only use local mirror, github has changes its download mechanism
22 SRC_URI=( mirror://${PNAME}/${SRCFILE} )
23
24 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"
25
26 src_prepare()
27 {
28 munpack ${SRCFILE} || die
29 cd ${SRCDIR}
30 # create missing configure script
31 mautoreconf || die
32 }