Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6953 - (show annotations) (download)
Sun Sep 26 17:35:06 2010 UTC (14 years ago) by niro
File size: 582 byte(s)
auto added: ver bump to 0.46-r1
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}"