wok diff vifm/receipt @ rev 21909

updated sic (1.1 -> 1.2)
author Hans-G?nter Theisgen
date Fri Oct 04 15:39:32 2019 +0100 (2019-10-04)
parents 703944c2942c
children 07e5f46bebd3
line diff
     1.1 --- a/vifm/receipt	Wed May 15 16:23:12 2019 +0100
     1.2 +++ b/vifm/receipt	Fri Oct 04 15:39:32 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