Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] ocrad: bump to version 0.25
@ 2017-01-07 14:06 Gilles Talis
  2017-01-07 14:06 ` [Buildroot] [PATCH] webp: bump to version 0.5.2 Gilles Talis
  2017-01-25 10:24 ` [Buildroot] [PATCH] ocrad: bump to version 0.25 Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Gilles Talis @ 2017-01-07 14:06 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
 package/ocrad/ocrad.hash | 2 +-
 package/ocrad/ocrad.mk   | 9 ++++++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/package/ocrad/ocrad.hash b/package/ocrad/ocrad.hash
index c40907b..d2a44ae 100644
--- a/package/ocrad/ocrad.hash
+++ b/package/ocrad/ocrad.hash
@@ -1,2 +1,2 @@
 # Locally calculated after checking pgp signature
-sha256	4ec711239d6b667bac015ef9908cab3ea9f8fd73f098ae355498810c8e82a8cc	ocrad-0.21.tar.gz
+sha256	e710be9c030fbcbce2315077326c8268feb422c0bc39fa744644cbbd1f5d4dd4	ocrad-0.25.tar.lz
diff --git a/package/ocrad/ocrad.mk b/package/ocrad/ocrad.mk
index 7e4f8c1..14b91f0 100644
--- a/package/ocrad/ocrad.mk
+++ b/package/ocrad/ocrad.mk
@@ -4,11 +4,18 @@
 #
 ################################################################################
 
-OCRAD_VERSION = 0.21
+OCRAD_VERSION = 0.25
+OCRAD_SOURCE = ocrad-$(OCRAD_VERSION).tar.lz
 OCRAD_SITE = $(BR2_GNU_MIRROR)/ocrad
 OCRAD_LICENSE = GPLv3+
 OCRAD_LICENSE_FILES = COPYING
 OCRAD_INSTALL_STAGING = YES
+OCRAD_DEPENDENCIES = host-lzip
+
+define OCRAD_EXTRACT_CMDS
+    $(HOST_DIR)/usr/bin/lzip -d -c $(DL_DIR)/$(OCRAD_SOURCE) | \
+    tar --strip-components=1 -C $(@D) -xf -
+endef
 
 # This is not a true autotools package.
 define OCRAD_CONFIGURE_CMDS
-- 
2.5.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-01-25 10:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-07 14:06 [Buildroot] [PATCH] ocrad: bump to version 0.25 Gilles Talis
2017-01-07 14:06 ` [Buildroot] [PATCH] webp: bump to version 0.5.2 Gilles Talis
2017-01-25  8:01   ` Thomas Petazzoni
2017-01-25 10:24 ` [Buildroot] [PATCH] ocrad: bump to version 0.25 Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox