From: jon@ringle.org
To: ptxdist@pengutronix.de
Cc: Jon Ringle <jringle@gridpoint.com>
Subject: [ptxdist] [PATCH] f2fs-tools: new package
Date: Thu, 30 Oct 2014 15:05:11 -0400 [thread overview]
Message-ID: <1414695911-20572-1-git-send-email-jon@ringle.org> (raw)
From: Jon Ringle <jringle@gridpoint.com>
The f2fs-tools package provides the filesystem utilities for use
with the f2fs filesystem (flash-friendly filesyste)
https://www.kernel.org/doc/Documentation/filesystems/f2fs.txt
Signed-off-by: Jon Ringle <jringle@gridpoint.com>
---
rules/f2fs-tools.in | 10 +++++++
rules/f2fs-tools.make | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 84 insertions(+)
create mode 100644 rules/f2fs-tools.in
create mode 100644 rules/f2fs-tools.make
diff --git a/rules/f2fs-tools.in b/rules/f2fs-tools.in
new file mode 100644
index 0000000..249c188
--- /dev/null
+++ b/rules/f2fs-tools.in
@@ -0,0 +1,10 @@
+## SECTION=disk_and_file
+
+config F2FS_TOOLS
+ tristate
+ prompt "f2fs-tools"
+ select LIBUUID
+ help
+ The f2fs-tools package provides the filesystem utilities for use
+ with the f2fs filesystem (flash-friendly filesyste)
+ https://www.kernel.org/doc/Documentation/filesystems/f2fs.txt
diff --git a/rules/f2fs-tools.make b/rules/f2fs-tools.make
new file mode 100644
index 0000000..397421e
--- /dev/null
+++ b/rules/f2fs-tools.make
@@ -0,0 +1,74 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2014 by Jon Ringle
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+PACKAGES-$(PTXCONF_F2FS_TOOLS) += f2fs-tools
+
+#
+# Paths and names
+#
+F2FS_TOOLS_VERSION := 1.4.0
+F2FS_TOOLS_MD5 := none
+F2FS_TOOLS := f2fs-tools-$(F2FS_TOOLS_VERSION)
+F2FS_TOOLS_SUFFIX := tar.xz
+F2FS_TOOLS_URL := git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git;tag=v$(F2FS_TOOLS_VERSION)
+F2FS_TOOLS_SOURCE := $(SRCDIR)/$(F2FS_TOOLS).$(F2FS_TOOLS_SUFFIX)
+F2FS_TOOLS_DIR := $(BUILDDIR)/$(F2FS_TOOLS)
+F2FS_TOOLS_LICENSE := GPLv2+ LGPLv2.1+
+
+$(STATEDIR)/f2fs-tools.extract: $(STATEDIR)/autogen-tools
+
+$(STATEDIR)/f2fs-tools.extract:
+ @$(call targetinfo)
+ @$(call clean, $(F2FS_TOOLS_DIR))
+ @$(call extract, F2FS_TOOLS, $(BUILDDIR))
+ @$(call patchin, F2FS_TOOLS, $(F2FS_TOOLS_DIR))
+ @cd $(F2FS_TOOLS_DIR); \
+ autoreconf --install
+ @$(call touch)
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+F2FS_TOOLS_CONF_ENV := \
+ $(CROSS_ENV) \
+ ac_cv_file__git=no
+
+#
+# autoconf
+#
+F2FS_TOOLS_CONF_TOOL := autoconf
+
+# ----------------------------------------------------------------------------
+# Target-Install
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/f2fs-tools.targetinstall:
+ @$(call targetinfo)
+
+ @$(call install_init, f2fs-tools)
+ @$(call install_fixup, f2fs-tools,PRIORITY,optional)
+ @$(call install_fixup, f2fs-tools,SECTION,base)
+ @$(call install_fixup, f2fs-tools,AUTHOR,"Jon Ringle")
+ @$(call install_fixup, f2fs-tools,DESCRIPTION,missing)
+
+ @$(call install_copy, f2fs-tools, 0, 0, 0755, -, /sbin/mkfs.f2fs)
+ @$(call install_copy, f2fs-tools, 0, 0, 0755, -, /sbin/fsck.f2fs)
+
+ @$(call install_lib, f2fs-tools, 0, 0, 0644, libf2fs)
+
+ @$(call install_finish, f2fs-tools)
+
+ @$(call touch)
+
+# vim: syntax=make
--
1.8.5.4
--
ptxdist mailing list
ptxdist@pengutronix.de
reply other threads:[~2014-10-30 19:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1414695911-20572-1-git-send-email-jon@ringle.org \
--to=jon@ringle.org \
--cc=jringle@gridpoint.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox