Difference between revisions of "Mount"

From CBLFS
Jump to navigationJump to search
(Created page.)
 
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
|}
 
|}
  
== Introduction to Mount ==
+
{{Package-Introduction|This plugin is a mount/umount utility for the panel.|http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin}}
 
 
This plugin is a mount/umount utility for the panel.
 
 
 
<b>Package Homepage:</b> http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin
 
  
 
== Dependencies ==
 
== Dependencies ==
Line 23: Line 19:
 
Compile the package:
 
Compile the package:
  
  ./configure --prefix=${XFCE_PREFIX} &&
+
  ./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib &&
 
  make
 
  make
  
Line 38: Line 34:
 
Compile the package:
 
Compile the package:
  
  ./configure --prefix=${XFCE_PREFIX} &&
+
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
 +
  ./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib &&
 
  make
 
  make
  

Latest revision as of 15:12, 16 April 2007

Download Source: http://goodies.xfce.org/releases/xfce4-mount-plugin/xfce4-mount-plugin-0.4.8.tar.bz2

Introduction to Mount

This plugin is a mount/umount utility for the panel.

Project Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin

Dependencies

Required

Recommended

Non-Multilib

Compile the package:

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

Install the package:

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=${XFCE_PREFIX} --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} --libexecdir=${XFCE_PREFIX}/lib64 &&
make

Install the package:

make install

Contents