Magellan Linux

Contents of /branches/R11-stable/extras/libical/libical-0.48-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15213 - (show annotations) (download)
Wed Jan 2 10:58:19 2013 UTC (11 years, 4 months ago) by niro
File size: 647 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="libical"
4 PVER="0.48"
5 PBUILD="r1"
6
7 PCAT="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=">= virtual/glibc"
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 mautoreconf || die
35 }