wok view partclone/receipt @ rev 13426

partclone: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:09:02 2012 +0200 (2012-10-04)
parents 133c385bf64f
children b08b0c9f0ff2
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 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-ncursesw \
25 && make && make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/share/local
32 cp -a $install/usr/sbin* $fs/usr
33 }