Magellan Linux

Annotation of /branches/magellan-next/extras/libical/libical-0.46-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8529 - (hide annotations) (download)
Thu Jul 21 20:34:18 2011 UTC (12 years, 11 months ago) by niro
File size: 664 byte(s)
auto added: ver bump to 0.46-r2
1 niro 8529 # $Id$
2    
3     PNAME="libical"
4     PVER="0.46"
5     PBUILD="r2"
6    
7     PCATEGORIE="dev-libs"
8    
9     DESCRIPTION="An open source reference implementation of the icalendar data type and serialization format."
10     HOMEPAGE="http://sourceforge.net/projects/freeassociation"
11    
12     DEPEND=""
13    
14     SRCFILE="${PNAME}-${PVER}.tar.gz"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude mbuild
18    
19     SRC_URI=(
20     sourceforge://freeassociation/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23    
24     UP2SUBSTITUTE="${PNAME}-"
25     UP2DATE="updatecmd_sourceforge freeassociation ${PNAME}"
26    
27     src_prepare()
28     {
29     munpack ${SRCFILE} || die
30     cd ${SRCDIR}
31    
32     # fix missing Makefile.in
33     mlibtoolize || die
34     autoreconf --verbose --install --force || die
35     }