initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
config BR2_PACKAGE_XAPP_ICO
|
||||
bool "ico"
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
help
|
||||
animate an icosahedron or other polyhedron
|
||||
@@ -0,0 +1,7 @@
|
||||
# From https://lists.x.org/archives/xorg-announce/2018-March/002880.html
|
||||
md5 7895f2d109f4206b6d2db37257e07d12 ico-1.0.5.tar.bz2
|
||||
sha1 8759ec954375f3a1b37dc920a12790bfbfb0cad3 ico-1.0.5.tar.bz2
|
||||
sha256 d73b62f29eb98d850f16b76d759395180b860b613fbe1686b18eee99a6e3773f ico-1.0.5.tar.bz2
|
||||
sha512 93a94a66d4a41b39d4b3657050e58f8269d352dae5d5916c9ecdda1cb14f23b9d159d67c50fdfa654b4b1c2ad11434bed140ace70703c82b05d3fe8686aab8f6 ico-1.0.5.tar.bz2
|
||||
# Locally computed
|
||||
sha256 97ef3a622f2f385cabfc8ab7aff13dc46468c10a5520670b5edfa33f2c3999eb COPYING
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_ico
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_ICO_VERSION = 1.0.5
|
||||
XAPP_ICO_SOURCE = ico-$(XAPP_ICO_VERSION).tar.bz2
|
||||
XAPP_ICO_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_ICO_LICENSE = MIT
|
||||
XAPP_ICO_LICENSE_FILES = COPYING
|
||||
XAPP_ICO_DEPENDENCIES = xlib_libX11
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user