vifm: update to 0.7.8

This commit is contained in:
Alessio Sergi 2014-10-29 00:44:44 +01:00
parent 09847e18a6
commit 2e3f4ed59a
1 changed files with 15 additions and 10 deletions

View File

@ -1,20 +1,25 @@
# Template file for 'vifm'
pkgname=vifm
version=0.7.7
version=0.7.8
revision=1
build_style=gnu-configure
configure_args="--without-gtk"
hostmakedepends="pkg-config which"
makedepends="ncurses-devel desktop-file-utils"
hostmakedepends="mdocml"
makedepends="ncurses-devel file-devel"
depends="desktop-file-utils"
short_desc="An ncurses-based file manager with vi-like keybindings"
short_desc="Ncurses-based file manager with vi-like keybindings"
maintainer="Alessio Sergi <al3hex@gmail.com>"
license="GPL-2"
homepage="http://vifm.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=0dc0271c016ab2d2017bc3c2389bd2ab747603f1c05f425a8a181f5cdaacd4d1
homepage="http://vifm.info/"
distfiles="${SOURCEFORGE_SITE}/vifm/vifm-${version}.tar.bz2"
checksum=5dfbb26c2038a58dcff12026dab736e29d547b4aa3ff5912e4d844064c9e7603
post_install() {
vinstall data/vim/ftdetect/vifm.vim 644 usr/share/vim/vimfiles/ftdetect
vinstall data/vim/syntax/vifm.vim 644 usr/share/vim/vimfiles/syntax
pre_configure() {
sed -i \
-e 's,groff,mandoc,g' \
-e 's,../data/vifmrc ,,' src/Makefile.in
}
post_install () {
vsconf data/vifmrc
}