wok-next annotate zpaq/receipt @ rev 17233
Add python-passlib
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 17 10:13:13 2014 +0200 (2014-10-17) |
parents | |
children | 9fbacc9df6fc |
rev | line source |
---|---|
tcg@17138 | 1 # SliTaz package receipt. |
tcg@17138 | 2 |
tcg@17138 | 3 PACKAGE="zpaq" |
tcg@17138 | 4 VERSION="6.51" |
tcg@17138 | 5 CATEGORY="utilities" |
tcg@17138 | 6 SHORT_DESC="incremental journaling backup utility and archiver" |
tcg@17138 | 7 MAINTAINER="tcg.thegamer@gmail.com" |
tcg@17138 | 8 LICENSE="GPL3" |
tcg@17138 | 9 TARBALL="zpaq651.zip" |
tcg@17138 | 10 WEB_SITE="http://mattmahoney.net/dc/zpaq.html" |
tcg@17138 | 11 WGET_URL="http://mattmahoney.net/dc/zpaq651.zip" |
tcg@17138 | 12 |
tcg@17138 | 13 DEPENDS="" |
tcg@17138 | 14 BUILD_DEPENDS="" |
tcg@17138 | 15 |
tcg@17138 | 16 # Rules to configure and make the package. |
tcg@17138 | 17 compile_rules() |
tcg@17138 | 18 { |
tcg@17138 | 19 cd $src |
tcg@17138 | 20 make && |
tcg@17138 | 21 mkdir -p $install/usr/bin && |
tcg@17138 | 22 cp zpaq $install/usr/bin/zpaq |
tcg@17138 | 23 } |
tcg@17138 | 24 |
tcg@17138 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
tcg@17138 | 26 genpkg_rules() |
tcg@17138 | 27 { |
tcg@17138 | 28 cp -a $install/usr $fs/ |
tcg@17138 | 29 } |