wok annotate partclone/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents ca35f063c621
children 080c1dff8494
rev   line source
erjo@13424 1 # SliTaz package receipt.
erjo@13424 2
erjo@13424 3 PACKAGE="partclone"
erkan@20505 4 VERSION="0.2.70"
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@20671 9 WEB_SITE="https://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
erkan@20505 14 DEPENDS="ncursesw ntfs-3g e2fsprogs"
erkan@20503 15 BUILD_DEPENDS="util-linux-blkid-dev 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 {
pascal@19798 21 ./configure LDFLAGS="$LDFLAGS -lcom_err" $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 }