Page MenuHomeSolus

D2948.id7218.diff
No OneTemporary

D2948.id7218.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ 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
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,28 @@
+name : partclone
+version : 0.2.89
+release : 1
+source :
+ - http://partclone.nchc.org.tw/download/stable/0.2.89/partclone-0.2.89.tar.xz : 7268e871a9d030d5ae2e32fbbe53e4395486955dbdd9eaf3ccb3119ad0f5d097
+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 : |
+ %configure \
+ --enable-btrfs \
+ --enable-exfat \
+ --enable-extfs \
+ --enable-fat \
+ --enable-f2fs \
+ --enable-ntfs \
+ --enable-xfs
+build : |
+ %make
+install : |
+ %make_install
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ 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-05-17</Date>
+ <Version>0.2.89</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, 11:28 PM (2 h, 47 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5854215
Default Alt Text
D2948.id7218.diff (3 KB)

Event Timeline