wok rev 21557

updated vifm (0.7.6 -> 0.10)
author Hans-G?nter Theisgen
date Thu May 16 14:00:19 2019 +0100 (2019-05-16)
parents 703944c2942c
children 2ad68c5f19e1
files vifm/receipt
line diff
     1.1 --- a/vifm/receipt	Wed May 15 16:23:12 2019 +0100
     1.2 +++ b/vifm/receipt	Thu May 16 14:00:19 2019 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="vifm"
     1.7 -VERSION="0.7.6"
     1.8 +VERSION="0.10"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Vi File Manager."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12 @@ -12,16 +12,17 @@
    1.13  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.14  
    1.15  DEPENDS="file libmagic ncurses vim xorg-libX11"
    1.16 -BUILD_DEPENDS="file gcc83 libmagic-dev ncurses-dev util-linux-whereis \
    1.17 +BUILD_DEPENDS="file groff libmagic-dev ncurses-dev util-linux-whereis \
    1.18  	vim xorg-libX11-dev"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -	export	CC=gcc-83
    1.24 -	export	CXX=g++-83
    1.25 -	./configure		\
    1.26 -		--prefix=/usr	\
    1.27 +	./configure			\
    1.28 +		--prefix=/usr		\
    1.29 +		--without-gtk		\
    1.30 +		--with-libmagic		\
    1.31 +		--datadir=/usr/share	\
    1.32  	 	$CONFIGURE_ARGS &&
    1.33  	make &&
    1.34  	make -j 1 DESTDIR=$DESTDIR install