wok-6.x annotate clonezilla/receipt @ rev 17263
notecase: update depends.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Oct 22 09:28:39 2014 +0300 (2014-10-22) |
parents | 8c71735c1a70 |
children | 9689f1b75619 |
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 |
shann@14591 | 13 DEPENDS="bash drbl partclone ntfsprogs ntfs-3g partimage sshfs-fuse coreutils-disk coreutils-redirection util-linux-ng-setterm parted" |
shann@14579 | 14 BUILD_DEPENDS="" |
shann@14579 | 15 |
shann@14579 | 16 # Rules to configure and make the package. |
shann@14579 | 17 compile_rules() |
shann@14579 | 18 { |
shann@14579 | 19 cd $src |
shann@14579 | 20 sed -i "s/SHELL/#SHELL/" Makefile |
pascal@14586 | 21 make DESTDIR=$DESTDIR install |
shann@14579 | 22 } |
shann@14579 | 23 |
shann@14579 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
shann@14579 | 25 genpkg_rules() |
shann@14579 | 26 { |
pascal@14586 | 27 mkdir -p $fs/usr |
pascal@14586 | 28 cp -a $install/etc $fs/ |
pascal@14586 | 29 cp -a $install/usr/bin $fs/usr |
pascal@14586 | 30 cp -a $install/usr/sbin $fs/usr |
pascal@14586 | 31 cp -a $install/usr/share $fs/usr |
shann@14579 | 32 } |