Archive
From CBLFS
Jump to navigationJump to search
| Download Source: | http://download.berlios.de/xfce-goodies/thunar-archive-plugin-0.2.4.tar.bz2 |
|---|
Introduction to Archive
The Thunar Archive Plugin allows you to create and extract archive files using the file context menus in the Thunar file manager.
Project Homepage: http://foo-projects.org/~benny/projects/thunar-archive-plugin/index.html
Dependencies
Required
Non-Multilib
Compile the package:
./configure --prefix=${XFCE_PREFIX} \
--libexecdir=${XFCE_PREFIX}/lib &&
make
Install the package:
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} \
./configure --prefix=${XFCE_PREFIX} \
--libexecdir=${XFCE_PREFIX}/lib &&
make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH=${PKG_CONFIG_PATHN32} \
./configure --prefix=${XFCE_PREFIX} \
--libdir=/usr/lib32 --libexecdir=${XFCE_PREFIX}/lib32 &&
make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH=${PKG_CONFIG_PATH64} \
./configure --prefix=${XFCE_PREFIX} \
--libdir=/usr/lib64 --libexecdir=${XFCE_PREFIX}/lib64 &&
make
Install the package:
make install
Configuring
Contents
| Installed Directories: | ${XFCE_PREFIX}/lib/thunar-archive-plugin |
|---|---|
| Installed Programs: | None |
| Installed Libraries: | thunar-archive-plugin.{la,so} |
Short Descriptions
| thunar-archive-plugin |
|---|