Magellan Linux

Contents of /branches/magellan-next/core/libconfig/libconfig-1.4.7-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8364 - (show annotations) (download)
Fri Jul 15 10:13:04 2011 UTC (12 years, 10 months ago) by niro
File size: 707 byte(s)
auto added: ver bump to 1.4.7-r1
1 # $Id$
2
3 PNAME="libconfig"
4 PVER="1.4.7"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-libs"
8
9 DESCRIPTION="Libconfig is a simple library for processing structured configuration files."
10 HOMEPAGE="http://www.hyperrealm.com/libconfig/libconfig.html"
11
12 DEPEND=">= virtual/glibc"
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mtools mbuild
18
19 SRC_URI=(
20 http://www.hyperrealm.com/${PNAME}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd ${HOMEPAGE} | firsttarball gz"
25
26 src_prepare()
27 {
28 munpack ${SRCFILE} || die
29 cd ${SRCDIR}
30
31 # fo not install any samples
32 sed -i 's:^SUBDIRS = . samples doc$:SUBDIRS = . doc:' Makefile.am || die
33 autoreconf --install --force --verbose || die
34 }