Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,19 @@ +name : f2fs-tools +version : 1.9.0 +release : 1 +source : + - https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/f2fs-tools-1.9.0.tar.gz : 77217562ae7011a6d81b7b3c43c42623db1796a57596408d6c8037def70d6cc7 +license : + - GPL-2.0 + - LGPL-2.1 +component : system.utils +summary : Userland tools for the f2fs filesystem +description: | + f2fs-tool is a collection of tools for Flash-Friendly File System (F2FS). + It allows to format, mount, check and doing other operations on F2FS partitions. +setup : | + %autogen --disable-static +build : | + %make +install : | + %make_install Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,53 @@ + + + f2fs-tools + + Fabio Forni + fabio94xx@gmail.com + + GPL-2.0 + LGPL-2.1 + system.utils + Userland tools for the f2fs filesystem + f2fs-tool is a collection of tools for Flash-Friendly File System (F2FS). +It allows to format, mount, check and doing other operations on F2FS partitions. + + https://solus-project.com/sources/README.Solus + + + f2fs-tools + Userland tools for the f2fs filesystem + f2fs-tool is a collection of tools for Flash-Friendly File System (F2FS). +It allows to format, mount, check and doing other operations on F2FS partitions. + + system.utils + + /usr/lib64/lib*.so.* + /usr/sbin + /usr/share/man + + + + f2fs-tools-devel + Development files for f2fs-tools + f2fs-tool is a collection of tools for Flash-Friendly File System (F2FS). +It allows to format, mount, check and doing other operations on F2FS partitions. + + programming.devel + + f2fs-tools + + + /usr/lib64/lib*.so + + + + + 2017-11-19 + 1.9.0 + Packaging update + Fabio Forni + fabio94xx@gmail.com + + + \ No newline at end of file