wok-next diff e3/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line diff
     1.1 --- a/e3/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/e3/receipt	Sat Nov 21 14:32:44 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  }