wok-next rev 21612

updated e3 (2.8 -> 2.82)
author Hans-G?nter Theisgen
date Thu Jun 25 10:20:43 2020 +0100 (2020-06-25)
parents 692f79d957c2
children 96fe7857bbdd
files e3/receipt
line diff
     1.1 --- a/e3/receipt	Thu Jun 25 10:16:44 2020 +0100
     1.2 +++ b/e3/receipt	Thu Jun 25 10:20:43 2020 +0100
     1.3 @@ -1,8 +1,9 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="e3"
     1.7 -VERSION="2.8"
     1.8 +VERSION="2.82"
     1.9  CATEGORY="utilities"
    1.10 +TAGS="text-editor"
    1.11  SHORT_DESC="Full featured text editor written in NASM assembler"
    1.12  MAINTAINER="devl547@gmail.com"
    1.13  LICENSE="GPL2"
    1.14 @@ -13,9 +14,9 @@
    1.15  
    1.16  BUILD_DEPENDS="make nasm"
    1.17  
    1.18 -compile_rules() {
    1.19 -	sed \
    1.20 -		-e 's/-D$(EXMODE)//' \
    1.21 +compile_rules()
    1.22 +{
    1.23 +	sed	-e 's/-D$(EXMODE)//' \
    1.24  		-e 's#/man/man#/share/man/man#' \
    1.25  		-i Makefile
    1.26  
    1.27 @@ -23,7 +24,7 @@
    1.28  	make PREFIX=$install install
    1.29  }
    1.30  
    1.31 -genpkg_rules() {
    1.32 +genpkg_rules()
    1.33 +{
    1.34  	copy @std
    1.35 -	TAGS="text-editor"
    1.36  }