Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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