Page MenuHomeSolus

D3445.diff
No OneTemporary

D3445.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,4 @@
+libblkid.so.1
+libc.so.6
+libm.so.6
+libpthread.so.0
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,16 @@
+name : snapraid
+version : 11.2
+release : 1
+source :
+ - https://github.com/amadvance/snapraid/releases/download/v11.2/snapraid-11.2.tar.gz : 735cdeb7656ac48cbb0b4a89a203dd566505071e465d5effbcc56bcb8fd3a0d7
+license : GPL-3.0-or-later
+component : system.utils
+summary : A backup program for disk arrays
+description: |
+ Snapraid stores parity information of your data and can recover it from up to six disk failures
+setup : |
+ %configure
+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,35 @@
+<PISI>
+ <Source>
+ <Name>snapraid</Name>
+ <Packager>
+ <Name>James Lee</Name>
+ <Email>jamesl33info@gmail.com</Email>
+ </Packager>
+ <License>GPL-3.0</License>
+ <PartOf>system.utils</PartOf>
+ <Summary xml:lang="en">A backup program for disk arrays</Summary>
+ <Description xml:lang="en">Snapraid stores parity information of your data and can recover it from up to six disk failures
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>snapraid</Name>
+ <Summary xml:lang="en">A backup program for disk arrays</Summary>
+ <Description xml:lang="en">Snapraid stores parity information of your data and can recover it from up to six disk failures
+</Description>
+ <PartOf>system.utils</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/snapraid</Path>
+ <Path fileType="man">/usr/share/man/man1/snapraid.1</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-07-29</Date>
+ <Version>11.2</Version>
+ <Comment>Packaging update</Comment>
+ <Name>James Lee</Name>
+ <Email>jamesl33info@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 4:11 PM (3 h, 5 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5794226
Default Alt Text
D3445.diff (2 KB)

Event Timeline