wok annotate partclone/receipt @ rev 16815

Up gsettings-desktop-schemas (3.12.2)
author Yuri Pourre <yuripourre@gmail.com>
date Thu Jul 10 23:12:54 2014 -0300 (2014-07-10)
parents 20649b8c7dbe
children 4ea96657834e
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"
erjo@13424 12
erjo@13424 13 DEPENDS="ncursesw ntfs-3g e2fsprogs"
pascal@13426 14 BUILD_DEPENDS="util-linux-uuid-dev libxslt e2fsprogs-dev \
pascal@15029 15 ncursesw-dev ntfsprogs-dev ntfs-3g-dev docbook-xsl"
erjo@13424 16
erjo@13424 17 # Rules to configure and make the package.
erjo@13424 18 compile_rules()
erjo@13424 19 {
erjo@13424 20 ./configure $CONFIGURE_ARGS \
erjo@13424 21 --enable-extfs \
erjo@13424 22 --enable-fat \
erjo@13424 23 --enable-exfat \
erjo@13424 24 --enable-ntfs \
pascal@13429 25 --enable-btrfs \
pascal@13429 26 --enable-hfsp \
pascal@15313 27 --enable-ncursesw &&
pascal@15313 28 make && make install 2>&1 | sed "s/8': No such/8': no such/"
erjo@13424 29 }
erjo@13424 30
erjo@13424 31 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@13424 32 genpkg_rules()
erjo@13424 33 {
erjo@13424 34 mkdir -p $fs/usr/share/local
erjo@13424 35 cp -a $install/usr/sbin* $fs/usr
erjo@13424 36 }