Magellan Linux

Contents of /trunk/extras/libical/libical-1.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20974 - (show annotations) (download)
Wed Feb 19 09:40:38 2014 UTC (10 years, 3 months ago) by niro
File size: 520 byte(s)
auto added: ver bump to 1.0-r1
1 # $Id$
2
3 PNAME="libical"
4 PVER="1.0"
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 cmake
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"