wok-next rev 21202
updated afio (2.5.1 -> 2.5.2)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Dec 02 07:47:43 2019 +0100 (2019-12-02) |
parents | 96eddcf9bd5f |
children | 63e282200d57 |
files | afio/receipt |
line diff
1.1 --- a/afio/receipt Mon Dec 02 07:39:52 2019 +0100 1.2 +++ b/afio/receipt Mon Dec 02 07:47:43 2019 +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 }