wok annotate fsarchiver/receipt @ rev 22570

modified recipe for bluez-alsa
author Hans-G?nter Theisgen
date Mon Jan 06 08:00:18 2020 +0100 (2020-01-06)
parents 380ffe05937a
children 0b02213fe0a1
rev   line source
jozee@4951 1 # SliTaz package receipt.
jozee@4951 2
jozee@4951 3 PACKAGE="fsarchiver"
pascal@22096 4 VERSION="0.8.5"
jozee@4951 5 CATEGORY="utilities"
jozee@4952 6 MAINTAINER="jozee@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/"
slaxemulator@10328 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@22096 11 WGET_URL="https://github.com/fdupoux/fsarchiver/releases/download/$VERSION/$TARBALL"
slaxemulator@10328 12 TAGS="compression filesystem archive backup"
slaxemulator@10328 13
pankso@12481 14 DEPENDS="bzip2 e2fsprogs lzo xz libgcrypt liblzma util-linux-blkid \
pascal@22096 15 libcomerr3 zlib lz4-lib zstd"
slaxemulator@10328 16 BUILD_DEPENDS="bzip2-dev e2fsprogs-dev libgcrypt-dev lzo-dev liblzma-dev \
pascal@22096 17 util-linux-blkid-dev attr-dev util-linux-uuid-dev zlib-dev pkg-config \
pascal@22096 18 lz4-dev zstd-dev"
jozee@4951 19
jozee@4951 20 # Rules to configure and make the package.
pascal@22096 21 compile_rules()
pascal@22096 22 {
slaxemulator@10328 23 ./configure --prefix=/usr $CONFIGURE_ARGS &&
slaxemulator@7727 24 make &&
slaxemulator@10328 25 make DESTDIR="$DESTDIR" install
jozee@4951 26 }
jozee@4951 27
jozee@4951 28 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@4951 29 genpkg_rules()
jozee@4951 30 {
jozee@4951 31 mkdir -p $fs/usr
pascal@15000 32 cp -a $install/usr/sbin $fs/usr
jozee@4951 33
jozee@4951 34 }