Magellan Linux

Contents of /branches/magellan-next/extras/dotconf/dotconf-1.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8758 - (show annotations) (download)
Thu Jul 28 13:56:24 2011 UTC (12 years, 9 months ago) by niro
File size: 488 byte(s)
auto added: ver bump to 1.3-r1
1 # $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
14 GITREV="4cd7b3a"
15 SRCFILE="williamh-${PNAME}-v${PVER}-0-g${GITREV}.tar.gz"
16 SRCDIR="${BUILDDIR}/williamh-${PNAME}-${GITREV}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 https://download.github.com/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"
26
27 src_compile()
28 {
29 mmake || die
30 }