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 @@ + + + snapraid + + James Lee + jamesl33info@gmail.com + + GPL-3.0 + system.utils + A backup program for disk arrays + Snapraid stores parity information of your data and can recover it from up to six disk failures + + https://solus-project.com/sources/README.Solus + + + snapraid + A backup program for disk arrays + Snapraid stores parity information of your data and can recover it from up to six disk failures + + system.utils + + /usr/bin/snapraid + /usr/share/man/man1/snapraid.1 + + + + + 2018-07-29 + 11.2 + Packaging update + James Lee + jamesl33info@gmail.com + + + \ No newline at end of file