wok-next diff fish/receipt @ rev 21629

updated etherape (0.9.14 -> 0.9.19)
author Hans-G?nter Theisgen
date Thu Jun 25 17:38:33 2020 +0100 (2020-06-25)
parents 9278a60d6895
children
line diff
     1.1 --- a/fish/receipt	Mon Jun 05 16:48:55 2017 +0300
     1.2 +++ b/fish/receipt	Thu Jun 25 17:38:33 2020 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="2.5.0"
     1.5  CATEGORY="system-tools"
     1.6  SHORT_DESC="The Friendly Interactive SHell"
     1.7 -MAINTAINER="tcg.thegamer@gmail.com"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10  WEB_SITE="http://fishshell.com/"
    1.11  
    1.12 @@ -12,15 +12,15 @@
    1.13  WGET_URL="https://github.com/fish-shell/fish-shell/releases/download/$VERSION/$TARBALL"
    1.14  
    1.15  BUILD_DEPENDS="ncurses-dev"
    1.16 -SPLIT="fish-doc"
    1.17 +SPLIT="$PACKAGE-doc"
    1.18  
    1.19 -compile_rules()
    1.20 -{
    1.21 -	./configure $CONFIGURE_ARGS && make && make install
    1.22 +compile_rules() {
    1.23 +	./configure $CONFIGURE_ARGS &&
    1.24 +	make &&
    1.25 +	make install
    1.26  }
    1.27  
    1.28 -genpkg_rules()
    1.29 -{
    1.30 +genpkg_rules() {
    1.31  	case $PACKAGE in
    1.32  		fish)
    1.33  			copy @std