wok view clonezilla/receipt @ rev 19114

Add shiki-colors, shiki-colors-murrine. Specify HOST_ARCH="any" on the packages containing themes only.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 07 16:09:04 2016 +0300 (2016-05-07)
parents 223b265f40fd
children 69e5a0d321dd
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 LICENSE="GPL2"
9 WEB_SITE="http://clonezilla.org"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="http://free.nchc.org.tw/drbl-core/src/stable/$TARBALL"
13 DEPENDS="bash drbl partclone ntfsprogs ntfs-3g partimage sshfs-fuse \
14 coreutils-disk coreutils-redirection util-linux-setterm parted"
15 BUILD_DEPENDS=""
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 sed -i "s/SHELL/#SHELL/" Makefile
22 make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $install/etc $fs/
30 cp -a $install/usr/bin $fs/usr
31 cp -a $install/usr/sbin $fs/usr
32 cp -a $install/usr/share $fs/usr
33 }