wok-next annotate fsarchiver/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 d43bf7aae921
children 552b63855449
rev   line source
al@21020 1 # SliTaz package receipt v2.
jozee@4951 2
jozee@4951 3 PACKAGE="fsarchiver"
slaxemulator@7838 4 VERSION="0.6.12"
jozee@4951 5 CATEGORY="utilities"
al@21020 6 MAINTAINER="devel@slitaz.org"
pascal@15000 7 LICENSE="GPL2"
jozee@4951 8 SHORT_DESC="A safe and flexible file-system backup and deployment tool"
slaxemulator@10328 9 WEB_SITE="http://www.fsarchiver.org/"
al@21020 10
slaxemulator@10328 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
slaxemulator@10328 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
slaxemulator@10328 13
al@20452 14 BUILD_DEPENDS="bzip2-dev e2fsprogs-dev libgcrypt-dev lzo-dev xz-dev \
al@20513 15 util-linux-blkid-dev attr-dev util-linux-uuid-dev zlib-dev"
jozee@4951 16
jozee@4951 17 compile_rules() {
al@21020 18 ./configure \
al@21020 19 --prefix=/usr \
al@21020 20 $CONFIGURE_ARGS &&
slaxemulator@7727 21 make &&
al@21020 22 make DESTDIR=$install install
jozee@4951 23 }
al@21020 24
al@21020 25 genpkg_rules() {
jozee@4951 26 mkdir -p $fs/usr
pascal@15000 27 cp -a $install/usr/sbin $fs/usr
al@21020 28 DEPENDS="bzip2 e2fsprogs lzo xz libgcrypt liblzma util-linux-blkid \
al@21020 29 libcomerr3 zlib"
al@21020 30 TAGS="compression filesystem archive backup"
jozee@4951 31 }