mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Michael Tretter <m.tretter@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] ntfs-3g: new package
Date: Wed, 16 Jun 2021 12:35:48 +0200	[thread overview]
Message-ID: <20210616103548.2000535-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20210607074721.1486377-1-m.tretter@pengutronix.de>

Thanks, applied as dd49fd309283440302aac86657a3e1684bba504d.

Michael

[sent from post-receive hook]

On Wed, 16 Jun 2021 12:35:47 +0200, Michael Tretter <m.tretter@pengutronix.de> wrote:
> The NTFS-3G driver is an open source, freely available NTFS driver for
> Linux with read and write support.
> 
> Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
> 
> Message-Id: <20210607074721.1486377-1-m.tretter@pengutronix.de>
> [rhi: use redirected URL with HTTPS]
> Reviewed-by: Roland Hieber <rhi@pengutronix.de>
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/ntfs-3g.in b/rules/ntfs-3g.in
> new file mode 100644
> index 000000000000..a61d6a374eac
> --- /dev/null
> +++ b/rules/ntfs-3g.in
> @@ -0,0 +1,11 @@
> +## SECTION=disk_and_file
> +
> +config NTFS_3G
> +	tristate
> +	prompt "ntfs-3g"
> +	select FUSE
> +	select FUSE_LIB
> +	select LIBUUID
> +	help
> +	  The NTFS-3G driver is an open source, freely available NTFS driver
> +	  for Linux with read and write support.
> diff --git a/rules/ntfs-3g.make b/rules/ntfs-3g.make
> new file mode 100644
> index 000000000000..9748b3c8de7d
> --- /dev/null
> +++ b/rules/ntfs-3g.make
> @@ -0,0 +1,88 @@
> +# -*-makefile-*-
> +#
> +# Copyright (C) 2017 by Thomas Haemmerle <thomas.haemmerle@wolfvision.net>
> +#
> +# For further information about the PTXdist project and license conditions
> +# see the README file.
> +#
> +
> +#
> +# We provide this package
> +#
> +PACKAGES-$(PTXCONF_NTFS_3G) += ntfs-3g
> +
> +#
> +# Paths and names
> +#
> +NTFS_3G_VERSION	:= 2017.3.23
> +NTFS_3G_MD5	:= d97474ae1954f772c6d2fa386a6f462c
> +NTFS_3G		:= ntfs-3g_ntfsprogs-$(NTFS_3G_VERSION)
> +NTFS_3G_SUFFIX	:= tgz
> +NTFS_3G_URL	:= https://download.tuxera.com/opensource/$(NTFS_3G).$(NTFS_3G_SUFFIX)
> +NTFS_3G_SOURCE	:= $(SRCDIR)/$(NTFS_3G).$(NTFS_3G_SUFFIX)
> +NTFS_3G_DIR	:= $(BUILDDIR)/$(NTFS_3G)
> +NTFS_3G_LICENSE	:= GPL-2.0-or-later AND LGPL-2.0-only
> +NTFS_3G_LICENSE_FILES	:= \
> +	file://README;startline=35;endline=42;md5=a3204cfad57631a62a347096d10f3498 \
> +	file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
> +	file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a
> +
> +# ----------------------------------------------------------------------------
> +# Prepare
> +# ----------------------------------------------------------------------------
> +
> +#
> +# autoconf
> +#
> +NTFS_3G_CONF_TOOL	:= autoconf
> +NTFS_3G_CONF_OPT	:= \
> +	$(CROSS_AUTOCONF_USR) \
> +	--exec-prefix=/usr \
> +	--disable-debug \
> +	--enable-warnings \
> +	--disable-pedantic \
> +	--disable-really-static \
> +	--disable-mount-helper \
> +	--disable-ldconfig \
> +	--disable-ldscript \
> +	--disable-library \
> +	--disable-mtab \
> +	--disable-posix-acls \
> +	--disable-xattr-mappings \
> +	--disable-plugins \
> +	--enable-device-default-io-ops \
> +	--enable-ntfs-3g \
> +	--disable-ntfsprogs \
> +	--disable-crypto \
> +	--disable-quarantined \
> +	--disable-extras \
> +	--disable-nfconv \
> +	--with-fuse=external \
> +	--with-uuid \
> +	--without-hd \
> +	$(GLOBAL_LARGE_FILE_OPTION)
> +
> +# ----------------------------------------------------------------------------
> +# Target-Install
> +# ----------------------------------------------------------------------------
> +
> +$(STATEDIR)/ntfs-3g.targetinstall:
> +	@$(call targetinfo)
> +
> +	@$(call install_init, ntfs-3g)
> +	@$(call install_fixup, ntfs-3g,PRIORITY,optional)
> +	@$(call install_fixup, ntfs-3g,SECTION,base)
> +	@$(call install_fixup, ntfs-3g,AUTHOR,"Thomas Haemmerle <thomas.haemmerle@wolfvision.net>")
> +	@$(call install_fixup, ntfs-3g,DESCRIPTION,missing)
> +
> +	@$(call install_copy, ntfs-3g, 0, 0, 0755, -, /usr/bin/ntfs-3g)
> +
> +#	# ntfs-g3 creates the links in /sbin. Create our own links.
> +	@$(call install_link, ntfs-3g, ../bin/ntfs-3g, /usr/sbin/mount.ntfs)
> +	@$(call install_link, ntfs-3g, ../bin/ntfs-3g, /usr/sbin/mount.ntfs-3g)
> +
> +	@$(call install_finish, ntfs-3g)
> +
> +	@$(call touch)
> +
> +# vim: syntax=make

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


      parent reply	other threads:[~2021-06-16 10:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-07  7:47 [ptxdist] [PATCH v3] " Michael Tretter
2021-06-07 21:02 ` [ptxdist] [PATCH] squash! " Roland Hieber
2021-06-16 10:35 ` Michael Olbrich [this message]

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=20210616103548.2000535-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=m.tretter@pengutronix.de \
    --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