# HG changeset patch # User Eric Joseph-Alexandre # Date 1349325796 -7200 # Node ID 133c385bf64f58d8e37696ed974f33d6af0230ab # Parent e9744466e35fb688a4e5b6b3be10305d0a2c4427 Add: partclone diff -r e9744466e35f -r 133c385bf64f partclone/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/partclone/receipt Thu Oct 04 06:43:16 2012 +0200 @@ -0,0 +1,33 @@ +# SliTaz package receipt. + +PACKAGE="partclone" +VERSION="0.2.49" +CATEGORY="system-tools" +SHORT_DESC="Utilities to smartly backup partitions." +MAINTAINER="erjo@slitaz.org" +WEB_SITE="http://partclone.org/index.html" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="$TARBALL" + +DEPENDS="ncursesw ntfs-3g e2fsprogs" +BUILD_DEPENDS="util-linux-ng-uuid-dev libxslt e2fsprogs-dev \ + ncursesw-dev ntfsprogs-dev ntfs-3g-dev" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure $CONFIGURE_ARGS \ + --enable-extfs \ + --enable-fat \ + --enable-exfat \ + --enable-ntfs \ + --enable-ncursesw \ + && make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share/local + cp -a $install/usr/sbin* $fs/usr +}