All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] dosfstools: Add recipe for v3.0.28
@ 2015-06-02 17:46 Soren Brinkmann
  0 siblings, 0 replies; only message in thread
From: Soren Brinkmann @ 2015-06-02 17:46 UTC (permalink / raw)
  To: openembedded-core, ross.burton; +Cc: Sören Brinkmann

From: Sören Brinkmann <soeren.brinkmann@gmail.com>

Add a recipe for building the latest (as of today) version of
dosfstools.

Signed-off-by: Sören Brinkmann <soeren.brinkmann@gmail.com>
---
v3:
 - remove .inc file and duplicate content instead
 - pass DOCDIR and MANDIR to the make process
v2:
 - add recipe for 3.0.28 additionally to the 2.11 one
---
 .../dosfstools/dosfstools_3.0.28.bb                | 24 ++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 meta/recipes-devtools/dosfstools/dosfstools_3.0.28.bb

diff --git a/meta/recipes-devtools/dosfstools/dosfstools_3.0.28.bb b/meta/recipes-devtools/dosfstools/dosfstools_3.0.28.bb
new file mode 100644
index 000000000000..ef2d46b1edd7
--- /dev/null
+++ b/meta/recipes-devtools/dosfstools/dosfstools_3.0.28.bb
@@ -0,0 +1,24 @@
+# dosfstools OE build file
+# Copyright (C) 2004-2006, Advanced Micro Devices, Inc.  All Rights Reserved
+# Copyright (C) 2015, Sören Brinkmann <soeren.brinkmann@gmail>  All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+SUMMARY = "DOS FAT Filesystem Utilities"
+HOMEPAGE = "https://github.com/dosfstools/dosfstools"
+
+SECTION = "base"
+LICENSE = "GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+
+SRC_URI = "https://github.com/dosfstools/dosfstools/releases/download/v3.0.28/dosfstools-3.0.28.tar.xz"
+SRC_URI[md5sum] = "6a047a6c65186b9ebb1853709adb36db"
+SRC_URI[sha256sum] = "ee95913044ecf2719b63ea11212917649709a6e53209a72d622135aaa8517ee2"
+
+FILES_${PN} = "${base_sbindir}"
+FILES_${PN}-doc = "${mandir} ${docdir}"
+
+do_install () {
+	oe_runmake "PREFIX=${D}${prefix}" "SBINDIR=${D}${base_sbindir}" \
+		   "MANDIR=${D}${mandir}" "DOCDIR=${D}${docdir}" install
+}
+
+BBCLASSEXTEND = "native"
-- 
2.4.2.3.g2ffcb72



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-02 18:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-02 17:46 [PATCH v3] dosfstools: Add recipe for v3.0.28 Soren Brinkmann

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.