* [bug#27868] [PATCH] gnu: Add f2fs-tools.
@ 2017-07-29 11:32 Marius Bakke
2017-07-31 9:17 ` Arun Isaac
[not found] ` <0867e03b.AEEAODCk-iMAAAAAAAAAAAPFd4cAAAACwQwAAAAAAAW9WABZfvWo@mailjet.com>
0 siblings, 2 replies; 3+ messages in thread
From: Marius Bakke @ 2017-07-29 11:32 UTC (permalink / raw)
To: 27868
* gnu/packages/linux.scm (f2fs-tools): New variable.
---
gnu/packages/linux.scm | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index d0504f823..4e2216b03 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3170,6 +3170,43 @@ repair and easy administration.")
from the btrfs-progs package. It is meant to be used in initrds.")
(license (package-license btrfs-progs))))
+(define-public f2fs-tools
+ (package
+ (name "f2fs-tools")
+ (version "1.8.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://git.kernel.org/cgit/linux/kernel/git/jaegeuk"
+ "/f2fs-tools.git/snapshot/" name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1bir9ladb58ijlcvrjrq1fb1xv5ys50zdjaq0yzliib0apsyrnyl"))))
+ (build-system gnu-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'bootstrap
+ (lambda _
+ (zero? (system* "autoreconf" "-vif")))))))
+ (native-inputs
+ `(("autoconf" ,autoconf)
+ ("automake" ,automake)
+ ("libtool" ,libtool)
+ ("pkg-config" ,pkg-config)))
+ (inputs
+ `(("libuuid" ,util-linux)))
+ (home-page "https://f2fs.wiki.kernel.org/")
+ (synopsis "Userland tools for f2fs")
+ (description
+ "F2FS, the Flash-Friendly File System, is a modern file system
+designed to be fast and durable on flash devices such as solid-state
+disks and SD cards. This package provides utilities to create and
+manage f2fs file systems.")
+ ;; The formatting utility, libf2fs and include/f2fs_fs.h is dual
+ ;; GPL2/LGPL2.1, everything else is GPL2 only. See 'COPYING'.
+ (license (list license:gpl2 license:lgpl2.1))))
+
(define-public freefall
(package
(name "freefall")
--
2.13.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#27868] [PATCH] gnu: Add f2fs-tools.
2017-07-29 11:32 [bug#27868] [PATCH] gnu: Add f2fs-tools Marius Bakke
@ 2017-07-31 9:17 ` Arun Isaac
[not found] ` <0867e03b.AEEAODCk-iMAAAAAAAAAAAPFd4cAAAACwQwAAAAAAAW9WABZfvWo@mailjet.com>
1 sibling, 0 replies; 3+ messages in thread
From: Arun Isaac @ 2017-07-31 9:17 UTC (permalink / raw)
To: Marius Bakke; +Cc: 27868
Thanks for the patch!
LGTM.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#27868: [PATCH] gnu: Add f2fs-tools.
[not found] ` <0867e03b.AEEAODCk-iMAAAAAAAAAAAPFd4cAAAACwQwAAAAAAAW9WABZfvWo@mailjet.com>
@ 2017-08-22 21:24 ` Marius Bakke
0 siblings, 0 replies; 3+ messages in thread
From: Marius Bakke @ 2017-08-22 21:24 UTC (permalink / raw)
To: Arun Isaac; +Cc: 27868-done
[-- Attachment #1: Type: text/plain, Size: 317 bytes --]
Arun Isaac <arunisaac@systemreboot.net> writes:
> Thanks for the patch!
Thanks for checking! I didn't actually get around to try it properly
before today. It works (and I've been running /gnu/store off f2fs for a
few months on a foreign distro w/o problems).
Pushed as 2e4569829e12afd23bb4671704a6f48c6b29c786.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-08-22 21:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-29 11:32 [bug#27868] [PATCH] gnu: Add f2fs-tools Marius Bakke
2017-07-31 9:17 ` Arun Isaac
[not found] ` <0867e03b.AEEAODCk-iMAAAAAAAAAAAPFd4cAAAACwQwAAAAAAAW9WABZfvWo@mailjet.com>
2017-08-22 21:24 ` bug#27868: " Marius Bakke
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.