wok-next diff bvi/receipt @ rev 21695

updated gob2 (2.0.17 -> 2.0.20)
author Hans-G?nter Theisgen
date Tue Jun 30 15:37:32 2020 +0100 (2020-06-30)
parents d5aab818505e
children
line diff
     1.1 --- a/bvi/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/bvi/receipt	Tue Jun 30 15:37:32 2020 +0100
     1.3 @@ -1,10 +1,11 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="bvi"
     1.7 -VERSION="1.4.0"
     1.8 +VERSION="1.4.1"
     1.9  CATEGORY="development"
    1.10 +TAGS="binary development editor hex vi"
    1.11  SHORT_DESC="Binary VIsual (hex editor) based on the vi texteditor"
    1.12 -MAINTAINER="devel@slitaz.org"
    1.13 +MAINTAINER="maintainer@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15  WEB_SITE="http://bvi.sourceforge.net/"
    1.16  
    1.17 @@ -13,18 +14,20 @@
    1.18  
    1.19  BUILD_DEPENDS="ncurses-dev"
    1.20  
    1.21 -compile_rules() {
    1.22 -	./configure \
    1.23 -		--prefix=/usr \
    1.24 -		--mandir=/usr/share/man \
    1.25 -		--with-ncurses \
    1.26 +compile_rules()
    1.27 +{
    1.28 +	./configure			\
    1.29 +		--prefix=/usr		\
    1.30 +		--mandir=/usr/share/man	\
    1.31 +		--with-ncurses		\
    1.32  		$CONFIGURE_ARGS &&
    1.33  	make $MAKEFLAGS &&
    1.34  	make DESTDIR=$install install
    1.35  }
    1.36  
    1.37 -genpkg_rules() {
    1.38 +genpkg_rules()
    1.39 +{
    1.40  	copy @std
    1.41 +
    1.42  	DEPENDS="ncurses"
    1.43 -	TAGS="binary development editor hex vi"
    1.44  }