Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8760 - (hide annotations) (download)
Thu Jul 28 14:02:30 2011 UTC (12 years, 10 months ago) by niro
Original Path: branches/magellan-next/extras/dotconf/dotconf-1.3-r1.smage2
File size: 625 byte(s)
-fixed build
1 niro 8758 # $Id$
2    
3     PNAME="dotconf"
4     PVER="1.3"
5     PBUILD="r1"
6    
7     PCATEGORIE="dev-libs"
8    
9     DESCRIPTION="dot.conf configuration file parser."
10     HOMEPAGE="https://github.com/williamh/dotconf/"
11    
12     DEPEND=""
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     https://download.github.com/${SRCFILE}
24     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 }