Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15491 - (hide annotations) (download)
Wed Jan 2 21:49:05 2013 UTC (11 years, 5 months ago) by niro
File size: 635 byte(s)
auto added: ver bump to 1.3-r1
1 niro 8758 # $Id$
2    
3     PNAME="dotconf"
4     PVER="1.3"
5     PBUILD="r1"
6    
7 niro 15489 PCAT="dev-libs"
8 niro 8758
9     DESCRIPTION="dot.conf configuration file parser."
10     HOMEPAGE="https://github.com/williamh/dotconf/"
11    
12 niro 15489 DEPEND=">= virtual/glibc"
13 niro 8760 SDEPEND=">= sys-dev/autoconf-9
14     >= sys-dev/automake-4"
15 niro 8758
16     GITREV="4cd7b3a"
17     SRCFILE="williamh-${PNAME}-v${PVER}-0-g${GITREV}.tar.gz"
18     SRCDIR="${BUILDDIR}/williamh-${PNAME}-${GITREV}"
19    
20     sminclude mbuild
21    
22     SRC_URI=(
23 niro 15491 https://download.github.com/${SRCFILE}
24 niro 8758 mirror://${PNAME}/${SRCFILE}
25     )
26    
27     UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"
28    
29 niro 8760 src_prepare()
30 niro 8758 {
31 niro 8760 munpack ${SRCFILE} || die
32 niro 8759 cd ${SRCDIR}
33 niro 8760 # create missing configure script
34     mautoreconf || die
35 niro 8758 }