wok-next view partclone/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | a3c581bf52b8 |
children | f66053bc9c2a |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="partclone"
4 VERSION="0.2.49"
5 CATEGORY="system-tools"
6 SHORT_DESC="Utilities to smartly backup partitions"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://partclone.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="util-linux-uuid-dev libxslt e2fsprogs-dev \
15 ncurses-dev ntfsprogs-dev ntfs-3g-dev docbook-xsl"
17 compile_rules() {
18 ./configure \
19 --enable-extfs \
20 --enable-fat \
21 --enable-exfat \
22 --enable-ntfs \
23 --enable-btrfs \
24 --enable-hfsp \
25 --enable-ncursesw \
26 $CONFIGURE_ARGS &&
27 make &&
28 make install
29 }
31 genpkg_rules() {
32 copy @std
33 DEPENDS="ncurses ntfs-3g e2fsprogs"
34 TAGS="backup"
35 }