All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH/next 1/1] package/rubix: bump to version 1.0.6
@ 2019-05-24 14:46 Fabrice Fontaine
  2019-05-26 13:38 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2019-05-24 14:46 UTC (permalink / raw)
  To: buildroot

- Switch site to http://sed.free.fr/rubix
- Add hash for license file
- Switch to generic-package (configure script has been removed)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/rubix/Config.in  |  2 +-
 package/rubix/rubix.hash |  3 ++-
 package/rubix/rubix.mk   | 15 ++++++++++++---
 3 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/package/rubix/Config.in b/package/rubix/Config.in
index 7afc0ae7b9..e814a95f57 100644
--- a/package/rubix/Config.in
+++ b/package/rubix/Config.in
@@ -5,4 +5,4 @@ config BR2_PACKAGE_RUBIX
 	help
 	  A 3D rubiks cube game for X
 
-	  http://mirror.egtvedt.no/avr32linux.org/twiki/pub/Main/Rubix
+	  http://sed.free.fr/rubix
diff --git a/package/rubix/rubix.hash b/package/rubix/rubix.hash
index 90fc9cd11e..3992110c32 100644
--- a/package/rubix/rubix.hash
+++ b/package/rubix/rubix.hash
@@ -1,2 +1,3 @@
 # Locally calculated
-sha256 d3c6bf8bfa891e72baac0250a79d26045ddb4412b72d90de7c46091c07516b43  rubix-1.0.5.tar.bz2
+sha256 ccff4c98373f76c6bab751f5f5a60df7ad8691c79b56157e4aba2dd76f501a87  rubix-1.0.6.tar.bz2
+sha256 429d04118c02bc92d834c430601f8c0c8df1ab27e3617ec73ad3f66c5953475d  LICENCE
diff --git a/package/rubix/rubix.mk b/package/rubix/rubix.mk
index b808bc0b87..937339f546 100644
--- a/package/rubix/rubix.mk
+++ b/package/rubix/rubix.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-RUBIX_VERSION = 1.0.5
+RUBIX_VERSION = 1.0.6
 RUBIX_SOURCE = rubix-$(RUBIX_VERSION).tar.bz2
-RUBIX_SITE = http://mirror.egtvedt.no/avr32linux.org/twiki/pub/Main/Rubix
+RUBIX_SITE = http://sed.free.fr/rubix
 RUBIX_LICENSE = Public Domain
 RUBIX_LICENSE_FILES = LICENCE
 RUBIX_DEPENDENCIES = xlib_libX11
@@ -18,4 +18,13 @@ RUBIX_MAKE_OPTS = \
 
 RUBIX_INSTALL_TARGET_OPTS = GAMESDIR=$(TARGET_DIR)/usr/games install
 
-$(eval $(autotools-package))
+define RUBIX_BUILD_CMDS
+	$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) $(RUBIX_MAKE_OPTS) rubix
+endef
+
+define RUBIX_INSTALL_TARGET_CMDS
+	$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) $(RUBIX_MAKE_OPTS) \
+		$(RUBIX_INSTALL_TARGET_OPTS)
+endef
+
+$(eval $(generic-package))
-- 
2.20.1

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

* [Buildroot] [PATCH/next 1/1] package/rubix: bump to version 1.0.6
  2019-05-24 14:46 [Buildroot] [PATCH/next 1/1] package/rubix: bump to version 1.0.6 Fabrice Fontaine
@ 2019-05-26 13:38 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-05-26 13:38 UTC (permalink / raw)
  To: buildroot

On Fri, 24 May 2019 16:46:14 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> - Switch site to http://sed.free.fr/rubix
> - Add hash for license file
> - Switch to generic-package (configure script has been removed)
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/rubix/Config.in  |  2 +-
>  package/rubix/rubix.hash |  3 ++-
>  package/rubix/rubix.mk   | 15 ++++++++++++---
>  3 files changed, 15 insertions(+), 5 deletions(-)

Applied to next, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2019-05-26 13:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-24 14:46 [Buildroot] [PATCH/next 1/1] package/rubix: bump to version 1.0.6 Fabrice Fontaine
2019-05-26 13:38 ` Thomas Petazzoni

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.