wok annotate clonezilla/receipt @ rev 18877

Up slitaz-base-files(298), slitaz-boot-scripts(422)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Feb 08 10:29:19 2016 +0200 (2016-02-08)
parents 223b265f40fd
children 69e5a0d321dd
rev   line source
shann@14579 1 # SliTaz package receipt.
shann@14579 2
shann@14579 3 PACKAGE="clonezilla"
shann@14579 4 VERSION="3.3.10"
shann@14579 5 CATEGORY="misc"
shann@14579 6 SHORT_DESC="The Free and Open Source Software for Disk Imaging and Cloning"
shann@14579 7 MAINTAINER="shann@slitaz.org"
pascal@15202 8 LICENSE="GPL2"
shann@14579 9 WEB_SITE="http://clonezilla.org"
shann@14579 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
shann@14579 11 WGET_URL="http://free.nchc.org.tw/drbl-core/src/stable/$TARBALL"
shann@14579 12
pascal@17482 13 DEPENDS="bash drbl partclone ntfsprogs ntfs-3g partimage sshfs-fuse \
pascal@17482 14 coreutils-disk coreutils-redirection util-linux-setterm parted"
shann@14579 15 BUILD_DEPENDS=""
shann@14579 16
shann@14579 17 # Rules to configure and make the package.
shann@14579 18 compile_rules()
shann@14579 19 {
shann@14579 20 cd $src
shann@14579 21 sed -i "s/SHELL/#SHELL/" Makefile
pascal@14586 22 make DESTDIR=$DESTDIR install
shann@14579 23 }
shann@14579 24
shann@14579 25 # Rules to gen a SliTaz package suitable for Tazpkg.
shann@14579 26 genpkg_rules()
shann@14579 27 {
pascal@14586 28 mkdir -p $fs/usr
pascal@14586 29 cp -a $install/etc $fs/
pascal@14586 30 cp -a $install/usr/bin $fs/usr
pascal@14586 31 cp -a $install/usr/sbin $fs/usr
pascal@14586 32 cp -a $install/usr/share $fs/usr
shann@14579 33 }