Import buildroot 2016.02.01
This commit is contained in:
6
firmware/buildroot/package/x11r7/xapp_rstart/Config.in
Normal file
6
firmware/buildroot/package/x11r7/xapp_rstart/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_XAPP_RSTART
|
||||
bool "rstart"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
help
|
||||
X.Org rstart application
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2013-February/002168.html
|
||||
sha256 29134e9fdffc8d6ac6904c293b392ba6a493ce571fbd2015485b19a8e4d0ffeb rstart-1.0.5.tar.bz2
|
||||
14
firmware/buildroot/package/x11r7/xapp_rstart/xapp_rstart.mk
Normal file
14
firmware/buildroot/package/x11r7/xapp_rstart/xapp_rstart.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_rstart
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_RSTART_VERSION = 1.0.5
|
||||
XAPP_RSTART_SOURCE = rstart-$(XAPP_RSTART_VERSION).tar.bz2
|
||||
XAPP_RSTART_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_RSTART_LICENSE = MIT
|
||||
XAPP_RSTART_LICENSE_FILES = COPYING
|
||||
XAPP_RSTART_DEPENDENCIES = xlib_libX11
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user