Libical
From CBLFS
Jump to navigationJump to searchDownload Source: | http://www.softwarestudio.org/download/libical-0.23.tar.gz |
---|---|
Required Patch: | http://svn.cross-lfs.org/svn/repos/patches/libical/libical-0.23-config_update-1.patch |
Dependencies
Optional
Non-Multilib
Compile the package:
patch -Np1 -i ../libical-0.23-config_update-1.patch && ./configure --prefix=/usr --enable-python-bindings=true && make
Install the package
make install
Multilib
32Bit
Compile the package:
export USE_ARCH=32 && patch -Np1 -i ../libical-0.23-config_update-1.patch && CC="gcc ${BUILD32}" ./configure --prefix=/usr \ --enable-python-bindings=true && make
Install the package
make install && unset USE_ARCH
N32
Compile the package:
export USE_ARCH=n32 && patch -Np1 -i ../libical-0.23-config_update-1.patch && CC="gcc ${BUILDN32}" ./configure --prefix=/usr \ --libdir=/usr/lib32 --enable-python-bindings=true && make
Install the package
make install && unset USE_ARCH
64Bit
Compile the package:
export USE_ARCH=64 && patch -Np1 -i ../libical-0.23-config_update-1.patch && CC="gcc ${BUILD64}" ./configure --prefix=/usr \ --libdir=/usr/lib64 --enable-python-bindings=true && make
Install the package
make install && unset USE_ARCH