wok-next rev 21616

updated ed (1.14.2 -> 1.16)
author Hans-G?nter Theisgen
date Thu Jun 25 13:24:06 2020 +0100 (2020-06-25)
parents 88ae7f58c954
children 0ed9b64c4dbb
files ed/receipt
line diff
     1.1 --- a/ed/receipt	Thu Jun 25 11:11:54 2020 +0100
     1.2 +++ b/ed/receipt	Thu Jun 25 13:24:06 2020 +0100
     1.3 @@ -1,8 +1,9 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="ed"
     1.7 -VERSION="1.14.2"
     1.8 +VERSION="1.16"
     1.9  CATEGORY="development"
    1.10 +TAGS="editor"
    1.11  SHORT_DESC="Line-oriented text editor"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 @@ -13,12 +14,14 @@
    1.15  
    1.16  BUILD_DEPENDS="lzip"
    1.17  
    1.18 -compile_rules() {
    1.19 +compile_rules()
    1.20 +{
    1.21  	./configure --prefix=/usr &&
    1.22  	make &&
    1.23  	make install
    1.24  }
    1.25  
    1.26 -genpkg_rules() {
    1.27 +genpkg_rules()
    1.28 +{
    1.29  	copy @std
    1.30  }