wok view fsarchiver/receipt @ rev 12957

gejengel: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 31 18:38:09 2012 +0200 (2012-05-31)
parents 73641efed1cc
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="fsarchiver"
4 VERSION="0.6.12"
5 CATEGORY="utilities"
6 MAINTAINER="jozee@slitaz.org"
7 SHORT_DESC="A safe and flexible file-system backup and deployment tool"
8 WEB_SITE="http://www.fsarchiver.org/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
11 TAGS="compression filesystem archive backup"
13 DEPENDS="bzip2 e2fsprogs lzo xz libgcrypt liblzma util-linux-blkid \
14 libcomerr3 zlib"
15 BUILD_DEPENDS="bzip2-dev e2fsprogs-dev libgcrypt-dev lzo-dev liblzma-dev \
16 util-linux-blkid-dev attr-dev util-linux-uuid-dev zlib-dev pkg-config"
18 # Rules to configure and make the package.
19 compile_rules() {
20 cd $src
21 ./configure --prefix=/usr $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR="$DESTDIR" install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $_pkg/usr/sbin $fs/usr
32 }