Difference between revisions of "Archive"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Added page) |
(PKG_CONFIG_PATH was not set) |
||
Line 32: | Line 32: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILD32}" ./configure --prefix=${XFCE_PREFIX} \ | + | CC="gcc ${BUILD32}" PKG_CONFIG_PATH=$PKG_CONFIG_PATH32 \ |
+ | ./configure --prefix=${XFCE_PREFIX} \ | ||
--libexecdir=${XFCE_PREFIX}/lib && | --libexecdir=${XFCE_PREFIX}/lib && | ||
make | make | ||
Line 44: | Line 45: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILDN32}" ./configure --prefix=${XFCE_PREFIX} \ | + | CC="gcc ${BUILDN32}" PKG_CONFIG_PATH=$PKG_CONFIG_PATHN32 \ |
− | + | ./configure --prefix=${XFCE_PREFIX} \ | |
+ | --libdir=/usr/lib32 --libexecdir=${XFCE_PREFIX}/lib32 && | ||
make | make | ||
Line 56: | Line 58: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILD64}" ./configure --prefix=${XFCE_PREFIX} \ | + | CC="gcc ${BUILD64}" PKG_CONFIG_PATH=$PKG_CONFIG_PATH64 \ |
+ | ./configure --prefix=${XFCE_PREFIX} \ | ||
--libdir=/usr/lib64 --libexecdir=${XFCE_PREFIX}/lib64 && | --libdir=/usr/lib64 --libexecdir=${XFCE_PREFIX}/lib64 && | ||
make | make |
Revision as of 06:12, 18 June 2008
Download Source: | http://download.berlios.de/xfce-goodies/thunar-archive-plugin-0.2.4.tar.bz2 |
---|
Contents
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 |
---|