wok-next diff afio/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/afio/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/afio/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="afio"
     1.7 -VERSION="2.5.1"
     1.8 +VERSION="2.5.2"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Archiver program for Linux/UNIX"
    1.11 -MAINTAINER="devel@slitaz.org"
    1.12 +MAINTAINER="maintainer@slitaz.org"
    1.13  LICENSE="LGPL"
    1.14  WEB_SITE="http://members.chello.nl/~k.holtman/afio.html"
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tgz"
    1.17  WGET_URL="http://members.chello.nl/~k.holtman/$TARBALL"
    1.18  
    1.19 -compile_rules() {
    1.20 +compile_rules()
    1.21 +{
    1.22  	make || return 1
    1.23  
    1.24  	install -Dm755 afio $install/usr/bin/afio
    1.25 @@ -19,6 +20,7 @@
    1.26  	cook_pick_manpages afio.1
    1.27  }
    1.28  
    1.29 -genpkg_rules() {
    1.30 +genpkg_rules()
    1.31 +{
    1.32  	copy @std
    1.33  }