Update buidlroot to version 2016.08.1
This commit is contained in:
9
bsp/buildroot/package/terminology/Config.in
Normal file
9
bsp/buildroot/package/terminology/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_TERMINOLOGY
|
||||
bool "terminology"
|
||||
depends on BR2_PACKAGE_EFL
|
||||
select BR2_PACKAGE_ELEMENTARY
|
||||
help
|
||||
Terminology is an EFL terminal emulator with some extra
|
||||
bells and whistles.
|
||||
|
||||
https://www.enlightenment.org/about-terminology
|
||||
2
bsp/buildroot/package/terminology/terminology.hash
Normal file
2
bsp/buildroot/package/terminology/terminology.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# From http://sourceforge.net/p/enlightenment/mailman/message/34472601/
|
||||
sha256 ecee7ae6ba2fa10bfc5b6531292157dec2373dbb7d248cc62eb53d0be74e9bcf terminology-0.9.1.tar.xz
|
||||
16
bsp/buildroot/package/terminology/terminology.mk
Normal file
16
bsp/buildroot/package/terminology/terminology.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# terminology
|
||||
#
|
||||
################################################################################
|
||||
|
||||
TERMINOLOGY_VERSION = 0.9.1
|
||||
TERMINOLOGY_SOURCE = terminology-$(TERMINOLOGY_VERSION).tar.xz
|
||||
TERMINOLOGY_SITE = https://download.enlightenment.org/rel/apps/terminology
|
||||
TERMINOLOGY_LICENSE = BSD-2c
|
||||
TERMINOLOGY_LICENSE_FILES = COPYING
|
||||
|
||||
TERMINOLOGY_DEPENDENCIES = efl elementary host-pkgconf
|
||||
TERMINOLOGY_CONF_OPTS = --with-edje-cc=$(HOST_DIR)/usr/bin/edje_cc
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user