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 @@ + + + partclone + + Philipp Trulson + philipp@trulson.de + + GPL-2.0-only + system.utils + Partclone provides utilities to save and restore used blocks on a partition. + 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. + + https://solus-project.com/sources/README.Solus + + + partclone + Partclone provides utilities to save and restore used blocks on a partition. + 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. + + system.utils + + /usr/sbin + /usr/share/locale + /usr/share/man + /usr/share/partclone + + + + + 2018-06-10 + 0.3.11 + Packaging update + Philipp Trulson + philipp@trulson.de + + + \ No newline at end of file