Magellan Linux

Contents of /branches/R11-unstable/extras/libical/libical-1.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20975 - (show annotations) (download)
Wed Feb 19 09:48:30 2014 UTC (10 years, 2 months ago) by niro
Original Path: trunk/extras/libical/libical-1.0-r2.smage2
File size: 529 byte(s)
-multilib
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
19 SRC_URI=(
20 sourceforge://freeassociation/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2TARBALL="${PNAME}"
25 UP2DATE="updatecmd_sourceforge freeassociation ${PNAME}-1.0 gz"