wok-next rev 21364

updated joe (3.7 -> 4.6)
author Hans-G?nter Theisgen
date Mon Apr 13 09:41:57 2020 +0100 (2020-04-13)
parents 6e73d54c64af
children adf9af989d97
files joe/receipt
line diff
     1.1 --- a/joe/receipt	Mon Apr 13 10:59:15 2020 +0300
     1.2 +++ b/joe/receipt	Mon Apr 13 09:41:57 2020 +0100
     1.3 @@ -1,10 +1,10 @@
     1.4  #Slitaz package receipt v2.
     1.5  
     1.6  PACKAGE="joe"
     1.7 -VERSION="3.7"
     1.8 +VERSION="4.6"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Fully featured terminal based screen editor"
    1.11 -MAINTAINER="devel@slitaz.org"
    1.12 +MAINTAINER="maintainer@slitaz.org"
    1.13  LICENSE="GPL"
    1.14  WEB_SITE="https://joe-editor.sourceforge.io/"
    1.15  
    1.16 @@ -13,13 +13,15 @@
    1.17  
    1.18  BUILD_DEPENDS="ncurses-dev"
    1.19  
    1.20 -compile_rules() {
    1.21 +compile_rules()
    1.22 +{
    1.23  	./configure $CONFIGURE_ARGS &&
    1.24  	make &&
    1.25  	make install
    1.26  }
    1.27  
    1.28 -genpkg_rules() {
    1.29 +genpkg_rules()
    1.30 +{
    1.31  	copy @std
    1.32  	DEPENDS="ncurses"
    1.33  	TAGS="text-editor"