Libical: Difference between revisions
From CBLFS
Jump to navigationJump to search
I added the template for the package description and "Contents" sections. |
|||
| Line 1: | Line 1: | ||
{| style="text-align: left; background-color: AliceBlue;" | {| style="text-align: left; background-color: AliceBlue;" | ||
|- | |-valign="top" | ||
!Download Source: | !Download Source: | ||
| http://www.softwarestudio.org/download/libical-0.23.tar.gz | | http://www.softwarestudio.org/download/libical-0.23.tar.gz | ||
|- | |-valign="top" | ||
!Required Patch: | !Required Patch: | ||
| http://svn.cross-lfs.org/svn/repos/patches/libical/libical-0.23-config_update-1.patch | | http://svn.cross-lfs.org/svn/repos/patches/libical/libical-0.23-config_update-1.patch | ||
|- | |-valign="top" | ||
!Required Patch: | !Required Patch: | ||
| http://svn.cross-lfs.org/svn/repos/patches/libical/libical-0.23-gcc4_fixes-1.patch | | http://svn.cross-lfs.org/svn/repos/patches/libical/libical-0.23-gcc4_fixes-1.patch | ||
| Line 12: | Line 12: | ||
---- | ---- | ||
== Introduction to Libical == | |||
<Package Description Needed> | |||
== Dependencies == | == Dependencies == | ||
| Line 83: | Line 87: | ||
make install && | make install && | ||
unset USE_ARCH | unset USE_ARCH | ||
= Contents = | |||
{| style="text-align: left;" | |||
|-valign="top" | |||
! Installed Programs: | |||
| ??? | |||
|-valign="top" | |||
! Installed Libraries: | |||
| ??? | |||
|-valign="top" | |||
! Installed Directories: | |||
| ??? | |||
|} | |||
=== Short Descriptions === | |||
{| style="text-align: left;" | |||
|-valign="top" | |||
! program1 | |||
| ??? | |||
|-valign="top" | |||
! program2 | |||
| ??? | |||
|} | |||
Revision as of 23:25, 8 December 2006
Introduction to Libical
<Package Description Needed>
Dependencies
Optional
Non-Multilib
Compile the package:
patch -Np1 -i ../libical-0.23-config_update-1.patch && patch -Np1 -i ../libical-0.23-gcc4_fixes-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.23-config_update-1.patch &&
patch -Np1 -i ../libical-0.23-gcc4_fixes-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.23-config_update-1.patch &&
patch -Np1 -i ../libical-0.23-gcc4_fixes-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.23-config_update-1.patch &&
patch -Np1 -i ../libical-0.23-gcc4_fixes-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 | ??? |