Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37491860
en ru br
ALT Linux repos
S:0.13-alt1
5.0: 0.3-alt0.1
4.1: 0.3-alt0.1
4.0: 0.3-alt0.1
3.0: 0.3-alt0.1

Group :: File tools
RPM: vifm

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: vifm
Version: 0.12.1
Release: alt1

Summary: Two pane file manager with vi-like keybindings
License: GPLv2
Group: File tools
Url: http://vifm.sourceforge.net/

Source: %name-%version.tar.bz2

BuildRequires: gcc-c++ libncursesw-devel groff  libcfile-devel

%description
Vifm is a ncurses based file manager with vi like keybindings,
which also borrows some useful ideas from mutt. If you use vi, vifm
gives you complete keyboard control over your files without having
to learn a new set of commands.

%prep
%setup
sed -i 's/#!\/usr\/bin\/env perl/#!\/usr\/bin\/perl/' src/vifm-convert-dircolors

%build
#autoreconf
#configure \
#    --enable-werror
%configure \
--with-curses \
--with-libmagic \
--without-gtk \
--disable-developer

%make_build

%install
%makeinstall_std

%files
%doc AUTHORS BUGS COPYING ChangeLog FAQ NEWS README TODO
%exclude /usr/share/doc/%name
%_bindir/*
%_datadir/%name
%_datadir/zsh/site-functions/_%name
%_datadir/bash-completion/completions/%name
%_sysconfdir/%name/colors/Default-256.%name
%_man1dir/*
%_pixmapsdir/%name.png
%_desktopdir/%name.desktop

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin