+summary : Partclone provides utilities to save and restore used blocks on a partition.
+description: |
+ Partclone provides utilities to save and restore used blocks on a partition and is designed for higher compatibility of the file system by using existing libraries, e.g. e2fslibs is used to read and write the ext2 partition.
+builddeps :
+ - pkgconfig(ext2fs)
+ - pkgconfig(fuse)
+ - pkgconfig(libntfs-3g)
+ - pkgconfig(uuid)
+setup : |
+ ./autogen
+ %configure \
+ --enable-btrfs \
+ --enable-exfat \
+ --enable-extfs \
+ --enable-fat \
+ --enable-f2fs \
+ --enable-hfsp \
+ --enable-ntfs \
+ --enable-xfs
+build : |
+ %make
+install : |
+ %make_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,37 @@
+<PISI>
+ <Source>
+ <Name>partclone</Name>
+ <Packager>
+ <Name>Philipp Trulson</Name>
+ <Email>philipp@trulson.de</Email>
+ </Packager>
+ <License>GPL-2.0-only</License>
+ <PartOf>system.utils</PartOf>
+ <Summary xml:lang="en">Partclone provides utilities to save and restore used blocks on a partition.</Summary>
+ <Description xml:lang="en">Partclone provides utilities to save and restore used blocks on a partition and is designed for higher compatibility of the file system by using existing libraries, e.g. e2fslibs is used to read and write the ext2 partition.
+ <Summary xml:lang="en">Partclone provides utilities to save and restore used blocks on a partition.</Summary>
+ <Description xml:lang="en">Partclone provides utilities to save and restore used blocks on a partition and is designed for higher compatibility of the file system by using existing libraries, e.g. e2fslibs is used to read and write the ext2 partition.