wok-next annotate partclone/receipt @ rev 18987
Additional themes for Slitaz GNU/Linux.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Thu Mar 17 05:14:19 2016 -0300 (2016-03-17) |
parents | 3eb8a14a68f7 |
children | 6c12ac1293fc |
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 } |