Orage
From CBLFS
Jump to navigationJump to search
| Download Source: | http://www.xfce.org/archive/xfce-4.6.2/src/orage-4.6.2.tar.bz2 |
|---|
Introduction to Orage
Orage is a lightweight calendar for the Xfce desktop environment.
Project Homepage: http://www.xfce.org
Dependencies
Required
Optional
Configuration Information
| --with-bdb4 add support for Berkeley DB 4.0. |
Non-Multilib
Compile the package:
./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib/orage &&
make
Install the package:
make install
Multilib
This package does not provide any libraries so only one installation is required.
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib/orage &&
make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib32 \
--libexecdir=${XFCE_PREFIX}/lib32/orage &&
make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib64 \
--libexecdir=${XFCE_PREFIX}/lib64/orage &&
make
Install the package:
make install
Contents
| Installed Directories: | $XFCE_PREFIX/share/orage/zoneinfo/{Africa,America{,Indiana,Kentucky},Antarctica,Arctic,Asia,Atlantic,Australia,Europe,Indian,
Pacific}, $XFCE_PREFIX/share/orage/doc, $XFCE_PREFIX/share/orage/sounds, |
|---|---|
| Installed Programs: | orage |
| Installed Libraries: | orage_plugin.{la,so} |
Short Descriptions
| orage | The calendar program. |
|---|