Magellan Linux

Contents of /branches/magellan-next/extras/libical/libical-0.46-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6955 - (show annotations) (download)
Mon Sep 27 10:44:43 2010 UTC (13 years, 7 months ago) by niro
File size: 737 byte(s)
-fixed missing Makefile.in
1 # $Id: libical-0.44-r1.smage2 3699 2009-10-30 13:58:12Z niro $
2
3 PNAME="libical"
4 PVER="0.46"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-libs"
8 STATE="unstable"
9
10 DESCRIPTION="An open source reference implementation of the icalendar data type and serialization format."
11 HOMEPAGE="http://sourceforge.net/projects/freeassociation"
12
13 DEPEND=""
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 sourceforge://freeassociation/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2SUBSTITUTE="${PNAME}-"
26 UP2DATE="updatecmd_sourceforge freeassociation ${PNAME}"
27
28 src_prepare()
29 {
30 munpack ${SRCFILE} || die
31 cd ${SRCDIR}
32
33 # fix missing Makefile.in
34 mlibtoolize || die
35 autoreconf --verbose --install --force || die
36 }