Contents of /branches/R11-unstable/extras/libical/libical-1.0-r2.smage2
Parent Directory | Revision Log
Revision 25516 -
(show annotations)
(download)
Tue Nov 25 03:52:07 2014 UTC (9 years, 11 months ago) by niro
File size: 550 byte(s)
Tue Nov 25 03:52:07 2014 UTC (9 years, 11 months ago) by niro
File size: 550 byte(s)
-release branches/R11-unstable
1 | # $Id$ |
2 | |
3 | PNAME="libical" |
4 | PVER="1.0" |
5 | PBUILD="r2" |
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 cmake multilib |
18 | msetfeature "!check" |
19 | |
20 | SRC_URI=( |
21 | sourceforge://freeassociation/${SRCFILE} |
22 | mirror://${PNAME}/${SRCFILE} |
23 | ) |
24 | |
25 | UP2TARBALL="${PNAME}" |
26 | UP2DATE="updatecmd_sourceforge freeassociation ${PNAME}-1.0 gz" |