Page MenuHomeSolus

D2948.diff
No OneTemporary

D2948.diff

diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/abi_used_libs b/abi_used_libs
new file mode 100644
--- /dev/null
+++ b/abi_used_libs
@@ -0,0 +1,7 @@
+ld-linux-x86-64.so.2
+libblkid.so.1
+libc.so.6
+libext2fs.so.2
+libntfs-3g.so.88
+libpthread.so.0
+libuuid.so.1
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,30 @@
+name : partclone
+version : 0.3.11
+release : 1
+source :
+ - git|https://github.com/Thomas-Tsai/partclone.git : 0.3.11
+license : GPL-2.0-only
+component : system.utils
+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.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>partclone</Name>
+ <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.
+</Description>
+ <PartOf>system.utils</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/sbin</Path>
+ <Path fileType="localedata">/usr/share/locale</Path>
+ <Path fileType="man">/usr/share/man</Path>
+ <Path fileType="data">/usr/share/partclone</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-06-10</Date>
+ <Version>0.3.11</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Philipp Trulson</Name>
+ <Email>philipp@trulson.de</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 10:00 PM (4 h, 15 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5800867
Default Alt Text
D2948.diff (3 KB)

Event Timeline