EmelFM2

From CBLFS
Jump to navigationJump to search
Download Source: http://emelfm2.net/rel/emelfm2-0.3.3.tar.gz

Introduction to EmelFM2

emelFM2 is a Gtk2-based file manager for UNIX-like operating systems. It's interface is similar to that of Norton Commander with the main window divided into three parts. Two panes show the contents of selected file system directories. The third pane shows the output of commands executed.

Project Homepage: http://emelfm2.net

Dependencies

Required

Optional

Configuration Information

There is no configure script for this package. There is a Makefile.config file that can be edited to control the build and installation. Some options you may wish to change:

PREFIX ?= set to /usr. Omit the PREFIX switch in the build instructions if you set this in the configuration file.
USE_GAMIN ?= set to 1 to enable gamin support.
USE_INOTIFY ?= set to 1 to enable inotify support.

Non-Multilib

Compile the package:

make PREFIX=/usr

Install the package:

make install PREFIX=/usr

Multilib

This package does not provide any libraries so only one installation is required.

32Bit

Compile the package:

CFLAGS="${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
make PREFIX=/usr

Install the package:

make install PREFIX=/usr

N32

Correct a hard-coded path in the Makefile and compile the package:

sed -i 's@/lib/@/lib32/@' Makefile &&
CFLAGS="${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
make PREFIX=/usr

Install the package:

make install PREFIX=/usr

64Bit

Correct a hard-coded path in the Makefile and compile the package:

sed -i 's@/lib/@/lib64/@' Makefile &&
CFLAGS="${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
make PREFIX=/usr

Install the package:

make install PREFIX=/usr

Configuring

Contents

Installed Directories: /usr/lib/emelfm2, /usr/lib/emelfm2/plugins, /usr/share/pixmaps/emelfm2, /usr/share/doc/emelfm2, /usr/share/application-registry
Installed Programs: emelfm2
Installed Libraries: None
Symlinks: None

Short Descriptions

emelfm2 is a lightweight, but feature rich Gtk2-based file manager.