wok annotate partclone/receipt @ rev 18772

syslinux/iso2exe: update /init (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 31 15:53:34 2015 +0100 (2015-12-31)
parents 3eb8a14a68f7
children c4a0f0708ad5
rev   line source
erjo@13424 1 # SliTaz package receipt.
erjo@13424 2
erjo@13424 3 PACKAGE="partclone"
erjo@13424 4 VERSION="0.2.49"
erjo@13424 5 CATEGORY="system-tools"
erjo@13424 6 SHORT_DESC="Utilities to smartly backup partitions."
erjo@13424 7 MAINTAINER="erjo@slitaz.org"
pascal@15001 8 LICENSE="GPL2"
pascal@13426 9 WEB_SITE="http://partclone.org/"
erjo@13424 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@13426 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@18239 12 TAGS="backup"
erjo@13424 13
erjo@13424 14 DEPENDS="ncursesw ntfs-3g e2fsprogs"
pascal@13426 15 BUILD_DEPENDS="util-linux-uuid-dev libxslt e2fsprogs-dev \
pascal@15029 16 ncursesw-dev ntfsprogs-dev ntfs-3g-dev docbook-xsl"
erjo@13424 17
erjo@13424 18 # Rules to configure and make the package.
erjo@13424 19 compile_rules()
erjo@13424 20 {
erjo@13424 21 ./configure $CONFIGURE_ARGS \
erjo@13424 22 --enable-extfs \
erjo@13424 23 --enable-fat \
erjo@13424 24 --enable-exfat \
erjo@13424 25 --enable-ntfs \
pascal@13429 26 --enable-btrfs \
pascal@13429 27 --enable-hfsp \
pascal@15313 28 --enable-ncursesw &&
pascal@15313 29 make && make install 2>&1 | sed "s/8': No such/8': no such/"
erjo@13424 30 }
erjo@13424 31
erjo@13424 32 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@13424 33 genpkg_rules()
erjo@13424 34 {
erjo@13424 35 mkdir -p $fs/usr/share/local
erjo@13424 36 cp -a $install/usr/sbin* $fs/usr
erjo@13424 37 }