From: grodriguez <guille.rodriguez@gmail.com>
To: "ptxdist@pengutronix.de" <ptxdist@pengutronix.de>
Cc: grodriguez <guille.rodriguez@gmail.com>
Subject: [ptxdist] [PATCH] New package: fuse-zip
Date: Fri, 12 Dec 2014 17:00:58 +0100 [thread overview]
Message-ID: <1418400058-6306-1-git-send-email-guille.rodriguez@gmail.com> (raw)
---
rules/fuse-zip.in | 10 ++++++++
rules/fuse-zip.make | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+), 0 deletions(-)
create mode 100644 rules/fuse-zip.in
create mode 100644 rules/fuse-zip.make
diff --git a/rules/fuse-zip.in b/rules/fuse-zip.in
new file mode 100644
index 0000000..36ececc
--- /dev/null
+++ b/rules/fuse-zip.in
@@ -0,0 +1,10 @@
+## SECTION=disk_and_file
+
+config FUSE_ZIP
+ tristate
+ prompt "fuse-zip"
+ select LIBZIP
+ select FUSE
+ select FUSE__LIB
+ help
+ TODO
diff --git a/rules/fuse-zip.make b/rules/fuse-zip.make
new file mode 100644
index 0000000..482fe18
--- /dev/null
+++ b/rules/fuse-zip.make
@@ -0,0 +1,58 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2014 by Guillermo Rodriguez <guille.rodriguez@gmail.com>
+#
+# 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_FUSE_ZIP) += fuse-zip
+
+#
+# Paths and names
+#
+FUSE_ZIP_VERSION := 0.4.0
+FUSE_ZIP_MD5 := da2d85c5b28ccd153c928f8030e3f729
+FUSE_ZIP := fuse-zip-$(FUSE_ZIP_VERSION)
+FUSE_ZIP_SUFFIX := tar.gz
+FUSE_ZIP_URL := http://fuse-zip.googlecode.com/files/$(FUSE_ZIP).$(FUSE_ZIP_SUFFIX)
+FUSE_ZIP_SOURCE := $(SRCDIR)/$(FUSE_ZIP).$(FUSE_ZIP_SUFFIX)
+FUSE_ZIP_DIR := $(BUILDDIR)/$(FUSE_ZIP)
+FUSE_ZIP_LICENSE := LGPL
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+FUSE_ZIP_CONF_TOOL := NO
+FUSE_ZIP_MAKE_ENV := $(CROSS_ENV)
+
+# Makefile ignores DESTDIR
+FUSE_ZIP_INSTALL_OPT := 'INSTALLPREFIX=$(FUSE_ZIP_PKGDIR)/usr' install
+
+
+# ----------------------------------------------------------------------------
+# Target-Install
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/fuse-zip.targetinstall:
+ @$(call targetinfo)
+
+ @$(call install_init, fuse-zip)
+ @$(call install_fixup, fuse-zip, PRIORITY,optional)
+ @$(call install_fixup, fuse-zip, SECTION,base)
+ @$(call install_fixup, fuse-zip, AUTHOR,"Guillermo Rodriguez <guille.rodriguez@gmail.com>")
+ @$(call install_fixup, fuse-zip, DESCRIPTION,missing)
+
+ @$(call install_copy, fuse-zip, 0, 0, 0755, -, /usr/bin/fuse-zip)
+
+ @$(call install_finish, fuse-zip)
+
+ @$(call touch)
+
+# vim: syntax=make
--
1.7.0.4
--
ptxdist mailing list
ptxdist@pengutronix.de
next reply other threads:[~2014-12-12 16:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-12 16:00 grodriguez [this message]
2014-12-16 15:56 ` [ptxdist] [PATCH v2] " grodriguez
2015-01-13 16:04 ` [ptxdist] [PATCH v3] " grodriguez
2015-01-14 10:22 ` Michael Olbrich
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=1418400058-6306-1-git-send-email-guille.rodriguez@gmail.com \
--to=guille.rodriguez@gmail.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