# HG changeset patch # User Stanislas Leduc # Date 1369506628 -7200 # Node ID cb80b0fa82234f1f34d14d1f2d32a3caf5486578 # Parent 71029d3139fa63a70c17493a5ec60d1f44b5fec3 Add Clonezilla diff -r 71029d3139fa -r cb80b0fa8223 clonezilla/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/clonezilla/receipt Sat May 25 20:30:28 2013 +0200 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="clonezilla" +VERSION="3.3.10" +CATEGORY="misc" +SHORT_DESC="The Free and Open Source Software for Disk Imaging and Cloning" +MAINTAINER="shann@slitaz.org" +WEB_SITE="http://clonezilla.org" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WGET_URL="http://free.nchc.org.tw/drbl-core/src/stable/$TARBALL" + +DEPENDS="bash drbl partclone ntfsprofs partimage pigz sshfs-fuse" +BUILD_DEPENDS="" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + sed -i "s/SHELL/#SHELL/" Makefile + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/etc $fs/ + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/sbin $fs/usr + cp -a $_pkgs/usr/share $fs/usr +}