libraries/libical: Updated for version 0.43

This commit is contained in:
Heinz Wiesinger 2010-05-12 17:41:18 +02:00 committed by Michiel van Wessem
parent 58a8b1fccd
commit 1544a2bdec
3 changed files with 8 additions and 22 deletions

View file

@ -2,8 +2,4 @@ libical is an Open Source (MPL/LGPL) implementation of the IETF's
iCalendar Calendaring and Scheduling protocols. (RFC 2445, 2446, and
2447). It parses iCal components and provides C/C++/Python/Java APIs
for manipulating the component properties, parameters, and
subcomponents.
By default c++ and python bindings are enabled. Java bindings can be
enabled by passing JAVA=yes to the script but require the jdk from
/extra to be installed.
subcomponents.

View file

@ -2,7 +2,7 @@
# Slackware build script for libical
# Copyright 2008 Heinz Wiesinger <pprkut@liwjatan.at>
# Copyright 2008-2009 Heinz Wiesinger <pprkut@liwjatan.at>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libical
VERSION=0.41
VERSION=0.43
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -33,14 +33,6 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
JAVA=${JAVA:-no}
if [ "$JAVA" = "no" ]; then
do_java="dis"
else
do_java="en"
fi
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
elif [ "$ARCH" = "i686" ]; then
@ -69,9 +61,7 @@ CXXFLAGS="$SLKCFLAGS" \
--disable-static \
--enable-cxx \
--enable-python \
--${do_java}able-java \
--build=$ARCH-slackware-linux \
--host=$ARCH-slackware-linux
--build=$ARCH-slackware-linux
make
make install-strip DESTDIR=$PKG

View file

@ -1,8 +1,8 @@
PRGNAM="libical"
VERSION="0.41"
VERSION="0.43"
HOMEPAGE="http://freeassociation.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/freeassociation/libical-0.41.tar.gz"
MD5SUM="981731f5618c7f1944e0262babdcc910"
DOWNLOAD="http://downloads.sourceforge.net/freeassociation/libical-0.43.tar.gz"
MD5SUM="5f0a1feb60894d0be537aefea5647474"
MAINTAINER="ppr:kut"
EMAIL="pprkut@liwjatan.at"
APPROVED="dsomero"
APPROVED="michiel"