Magellan Linux

Annotation of /branches/magellan-next/core/libconfig/libconfig-1.4.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8935 - (hide annotations) (download)
Wed Aug 24 17:38:52 2011 UTC (13 years, 1 month ago) by niro
File size: 707 byte(s)
auto added: ver bump to 1.4.8-r1
1 niro 8935 # $Id$
2    
3     PNAME="libconfig"
4     PVER="1.4.8"
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     }