Difference between revisions of "Libical"
From CBLFS
Jump to navigationJump to searchm |
Chipster19 (talk | contribs) |
||
Line 6: | Line 6: | ||
!Required Patch: | !Required Patch: | ||
| http://svn.cross-lfs.org/svn/repos/patches/libical/libical-{{Libical-Version}}-config_update-1.patch | | http://svn.cross-lfs.org/svn/repos/patches/libical/libical-{{Libical-Version}}-config_update-1.patch | ||
− | |||
− | |||
− | |||
|} | |} | ||
Line 25: | Line 22: | ||
patch -Np1 -i ../libical-{{Libical-Version}}config_update-1.patch && | patch -Np1 -i ../libical-{{Libical-Version}}config_update-1.patch && | ||
− | |||
./configure --prefix=/usr --enable-python-bindings=yes && | ./configure --prefix=/usr --enable-python-bindings=yes && | ||
make | make | ||
Line 41: | Line 37: | ||
export USE_ARCH=32 && | export USE_ARCH=32 && | ||
patch -Np1 -i ../libical-{{Libical-Version}}-config_update-1.patch && | patch -Np1 -i ../libical-{{Libical-Version}}-config_update-1.patch && | ||
− | |||
sed -i "s/ld -shared/& ${LD_BUILD32}/" src/python/Makefile.in && | sed -i "s/ld -shared/& ${LD_BUILD32}/" src/python/Makefile.in && | ||
CC="gcc ${BUILD32}" ./configure --prefix=/usr \ | CC="gcc ${BUILD32}" ./configure --prefix=/usr \ | ||
Line 58: | Line 53: | ||
export USE_ARCH=n32 && | export USE_ARCH=n32 && | ||
patch -Np1 -i ../libical-{{Libical-Version}}-config_update-1.patch && | patch -Np1 -i ../libical-{{Libical-Version}}-config_update-1.patch && | ||
− | |||
sed -i "s/ld -shared/& ${LD_BUILDN32}/" src/python/Makefile.in && | sed -i "s/ld -shared/& ${LD_BUILDN32}/" src/python/Makefile.in && | ||
CC="gcc ${BUILDN32}" ./configure --prefix=/usr \ | CC="gcc ${BUILDN32}" ./configure --prefix=/usr \ | ||
Line 75: | Line 69: | ||
export USE_ARCH=64 && | export USE_ARCH=64 && | ||
patch -Np1 -i ../libical-{{Libical-Version}}-config_update-1.patch && | patch -Np1 -i ../libical-{{Libical-Version}}-config_update-1.patch && | ||
− | |||
sed -i "s/ld -shared/& ${LD_BUILD64}/" src/python/Makefile.in && | sed -i "s/ld -shared/& ${LD_BUILD64}/" src/python/Makefile.in && | ||
CC="gcc ${BUILD64} -fPIC" ./configure --prefix=/usr \ | CC="gcc ${BUILD64} -fPIC" ./configure --prefix=/usr \ |
Revision as of 12:20, 23 December 2007
Download Source: | http://www.softwarestudio.org/download/libical-0.44.tar.gz |
---|---|
Required Patch: | http://svn.cross-lfs.org/svn/repos/patches/libical/libical-0.44-config_update-1.patch |
Contents
Introduction to Libical
Libical is an Open Source implementation of the IETF's iCalendar Calendaring and Scheduling protocols. (RFC 2445, 2446, and 2447). It parses iCal components and provides a C API for manipulating the component properties, parameters, and subcomponents.
Project Homepage: http://www.softwarestudio.org/softwarestudio/app.php/libical
Dependencies
Optional
Non-Multilib
Compile the package:
patch -Np1 -i ../libical-0.44config_update-1.patch && ./configure --prefix=/usr --enable-python-bindings=yes && make
Install the package
make install
Multilib
32Bit
Compile the package:
export USE_ARCH=32 && patch -Np1 -i ../libical-0.44-config_update-1.patch && sed -i "s/ld -shared/& ${LD_BUILD32}/" src/python/Makefile.in && CC="gcc ${BUILD32}" ./configure --prefix=/usr \ --enable-python-bindings=yes && make
Install the package
make install && unset USE_ARCH
N32
Compile the package:
export USE_ARCH=n32 && patch -Np1 -i ../libical-0.44-config_update-1.patch && sed -i "s/ld -shared/& ${LD_BUILDN32}/" src/python/Makefile.in && CC="gcc ${BUILDN32}" ./configure --prefix=/usr \ --libdir=/usr/lib32 --enable-python-bindings=yes && make
Install the package
make install && unset USE_ARCH
64Bit
Compile the package:
export USE_ARCH=64 && patch -Np1 -i ../libical-0.44-config_update-1.patch && sed -i "s/ld -shared/& ${LD_BUILD64}/" src/python/Makefile.in && CC="gcc ${BUILD64} -fPIC" ./configure --prefix=/usr \ --libdir=/usr/lib64 --enable-python-bindings=yes && make
Install the package
make install && unset USE_ARCH
Contents
Installed Programs: | ??? |
---|---|
Installed Libraries: | ??? |
Installed Directories: | ??? |
Short Descriptions
program1 | ??? |
---|---|
program2 | ??? |