wok view clonezilla/receipt @ rev 14909

slitaz-i18n: add slitaz-configs as bdep; slitaz-configs: back openbox menu; locale-el, locale-ru: add keyboard layout icons; locale-fr, locale-hu, locale-pt_BR: recook with openbox menu.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 05 11:40:01 2013 +0300 (2013-08-05)
parents b2a3063d4ef7
children 223b265f40fd
line source
1 # SliTaz package receipt.
3 PACKAGE="clonezilla"
4 VERSION="3.3.10"
5 CATEGORY="misc"
6 SHORT_DESC="The Free and Open Source Software for Disk Imaging and Cloning"
7 MAINTAINER="shann@slitaz.org"
8 WEB_SITE="http://clonezilla.org"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WGET_URL="http://free.nchc.org.tw/drbl-core/src/stable/$TARBALL"
12 DEPENDS="bash drbl partclone ntfsprogs ntfs-3g partimage sshfs-fuse coreutils-disk coreutils-redirection util-linux-ng-setterm parted"
13 BUILD_DEPENDS=""
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 sed -i "s/SHELL/#SHELL/" Makefile
20 make DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/etc $fs/
28 cp -a $install/usr/bin $fs/usr
29 cp -a $install/usr/sbin $fs/usr
30 cp -a $install/usr/share $fs/usr
31 }