mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
package/rubix: bump to version 1.0.6
- 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> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
108e9638b6
commit
6cb6e1b619
@ -5,4 +5,4 @@ config BR2_PACKAGE_RUBIX
|
|||||||
help
|
help
|
||||||
A 3D rubiks cube game for X
|
A 3D rubiks cube game for X
|
||||||
|
|
||||||
http://mirror.egtvedt.no/avr32linux.org/twiki/pub/Main/Rubix
|
http://sed.free.fr/rubix
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
# Locally calculated
|
# Locally calculated
|
||||||
sha256 d3c6bf8bfa891e72baac0250a79d26045ddb4412b72d90de7c46091c07516b43 rubix-1.0.5.tar.bz2
|
sha256 ccff4c98373f76c6bab751f5f5a60df7ad8691c79b56157e4aba2dd76f501a87 rubix-1.0.6.tar.bz2
|
||||||
|
sha256 429d04118c02bc92d834c430601f8c0c8df1ab27e3617ec73ad3f66c5953475d LICENCE
|
||||||
|
@ -4,9 +4,9 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
RUBIX_VERSION = 1.0.5
|
RUBIX_VERSION = 1.0.6
|
||||||
RUBIX_SOURCE = rubix-$(RUBIX_VERSION).tar.bz2
|
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 = Public Domain
|
||||||
RUBIX_LICENSE_FILES = LICENCE
|
RUBIX_LICENSE_FILES = LICENCE
|
||||||
RUBIX_DEPENDENCIES = xlib_libX11
|
RUBIX_DEPENDENCIES = xlib_libX11
|
||||||
@ -18,4 +18,13 @@ RUBIX_MAKE_OPTS = \
|
|||||||
|
|
||||||
RUBIX_INSTALL_TARGET_OPTS = GAMESDIR=$(TARGET_DIR)/usr/games install
|
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))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user