]> code.citadel.org Git - citadel.git/commitdiff
update Easy Install to libical 0.26
authorArt Cancro <ajc@citadel.org>
Fri, 10 Feb 2006 21:38:30 +0000 (21:38 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 10 Feb 2006 21:38:30 +0000 (21:38 +0000)
citadel/newinstall.sh

index babd7cb221491fa836783b7368d218e3320dad11..dd2f8066113d638fb3df2e41fa77157a0f9d2ea0 100644 (file)
@@ -104,7 +104,7 @@ DOWNLOAD_SITE=http://easyinstall.citadel.org
 # Original source code packages.
 DB_SOURCE=db-4.3.29.NC.tar.gz
 # DB_PATCHES=db-x.x.x.patches
-ICAL_SOURCE=libical-0.24.RC4.tar.gz
+ICAL_SOURCE=libical-0.26-6.aurore.tar.gz
 CITADEL_SOURCE=citadel-easyinstall.tar.gz
 WEBCIT_SOURCE=webcit-easyinstall.tar.gz
 
@@ -188,7 +188,7 @@ install_ical () {
        FILENAME=$DOWNLOAD_SITE/$ICAL_SOURCE ; download_this
        echo "* Installing libical..."
        ( gzip -dc $ICAL_SOURCE | tar -xvf - ) 2>&1 >>$LOG || die
-       cd $BUILD/libical-0.24 2>&1 >>$LOG || die
+       cd $BUILD/libical-0.26 2>&1 >>$LOG || die
        ./configure --prefix=$SUPPORT 2>&1 >>$LOG || die
        $MAKE $MAKEOPTS 2>&1 >>$LOG || die
        $MAKE install 2>&1 >>$LOG || die