Difference between revisions of "Volman"

From CBLFS
Jump to navigationJump to search
(Added page)
 
m
 
Line 21: Line 21:
 
Compile the package:
 
Compile the package:
  
  ./configure --prefix=${XFCE_PREFIX} &&
+
  ./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib/thunar &&
 
  make
 
  make
  

Latest revision as of 02:31, 23 June 2008

Download Source: http://download.berlios.de/xfce-goodies/thunar-volman-0.2.0.tar.bz2

Introduction to Volman

The Thunar Volume Manager is an extension for the Thunar file manager, which enables automatic management of removable drives and media.

Project Homepage: http://foo-projects.org/~benny/projects/thunar-volman/

Dependencies

Required

Non-Multilib

Compile the package:

./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib/thunar &&
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}" ./configure --prefix=${XFCE_PREFIX} \
--libexecdir=${XFCE_PREFIX}/lib/thunar &&
make

Install the package:

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" ./configure --prefix=${XFCE_PREFIX} \
    --libdir=${XFCE_PREFIX}/lib32 --libexecdir=${XFCE_PREFIX}/lib32/thunar &&
make

Install the package:

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" ./configure --prefix=${XFCE_PREFIX} \
    --libdir=${XFCE_PREFIX}/lib64 --libexecdir=${XFCE_PREFIX}/lib64/thunar &&
make

Install the package:

make install

Contents

Installed Directories: None
Installed Programs: thunar-volman
Installed Libraries: thunar-volman-settings

Short Descriptions

thunar-volman
thunar-volman-settings