wok-next diff zpaq/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | b81825d54cb6 |
children |
line diff
1.1 --- a/zpaq/receipt Sat Mar 07 23:52:35 2015 +0100 1.2 +++ b/zpaq/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -3,26 +3,19 @@ 1.4 PACKAGE="zpaq" 1.5 VERSION="7.02" 1.6 CATEGORY="utilities" 1.7 -SHORT_DESC="incremental journaling backup utility and archiver" 1.8 -MAINTAINER="necrophcodr@necrophcodr.me" 1.9 +SHORT_DESC="Incremental journaling backup utility and archiver" 1.10 +MAINTAINER="devel@slitaz.org" 1.11 LICENSE="GPL3" 1.12 +WEB_SITE="http://mattmahoney.net/dc/zpaq.html" 1.13 + 1.14 TARBALL="zpaq${VERSION/./}.zip" 1.15 -WEB_SITE="http://mattmahoney.net/dc/zpaq.html" 1.16 WGET_URL="http://mattmahoney.net/dc/$TARBALL" 1.17 1.18 -DEPENDS="" 1.19 -BUILD_DEPENDS="" 1.20 - 1.21 -# Rules to configure and make the package. 1.22 -compile_rules() 1.23 -{ 1.24 +compile_rules() { 1.25 make && 1.26 - mkdir -p $install/usr/bin && 1.27 - cp zpaq $install/usr/bin/zpaq 1.28 + install -Dm755 zpaq $install/usr/bin/zpaq 1.29 } 1.30 1.31 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.32 -genpkg_rules() 1.33 -{ 1.34 - cp -a $install/usr $fs/ 1.35 +genpkg_rules() { 1.36 + copy @std 1.37 }