wok view partclone/receipt @ rev 14247

syslinux/iso2exe: use posixovl -F
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 24 23:14:15 2013 +0100 (2013-03-24)
parents b08b0c9f0ff2
children 408c87fa22ca
line source
1 # SliTaz package receipt.
3 PACKAGE="partclone"
4 VERSION="0.2.49"
5 CATEGORY="system-tools"
6 SHORT_DESC="Utilities to smartly backup partitions."
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://partclone.org/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 DEPENDS="ncursesw ntfs-3g e2fsprogs"
13 BUILD_DEPENDS="util-linux-uuid-dev libxslt e2fsprogs-dev \
14 ncursesw-dev ntfsprogs-dev ntfs-3g-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS \
20 --enable-extfs \
21 --enable-fat \
22 --enable-exfat \
23 --enable-ntfs \
24 --enable-btrfs \
25 --enable-hfsp \
26 --enable-ncursesw \
27 && make && make install
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 mkdir -p $fs/usr/share/local
34 cp -a $install/usr/sbin* $fs/usr
35 }