wok-next rev 21479

updated aespipe (2.4e -> 2.4f)
author Hans-G?nter Theisgen
date Thu Jun 18 14:01:24 2020 +0100 (2020-06-18)
parents 4e4974aebe17
children 029134bbef65
files aespipe/receipt
line diff
     1.1 --- a/aespipe/receipt	Thu Jun 18 13:57:21 2020 +0100
     1.2 +++ b/aespipe/receipt	Thu Jun 18 14:01:24 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="aespipe"
     1.7 -VERSION="2.4e"
     1.8 +VERSION="2.4f"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="AES encrypting or decrypting pipe"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -11,7 +11,8 @@
    1.13  TARBALL="$PACKAGE-v$VERSION.tar.bz2"
    1.14  WGET_URL="http://loop-aes.sourceforge.net/aespipe/$TARBALL"
    1.15  
    1.16 -compile_rules() {
    1.17 +compile_rules()
    1.18 +{
    1.19  	./configure $CONFIGURE_ARGS &&
    1.20  	make &&
    1.21  	make install || return 1
    1.22 @@ -19,6 +20,7 @@
    1.23  	cook_pick_docs ChangeLog README
    1.24  }
    1.25  
    1.26 -genpkg_rules() {
    1.27 +genpkg_rules()
    1.28 +{
    1.29  	copy @std
    1.30  }