Import buildroot 2016.02.01
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
config BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
bool "fontsproto"
|
||||
help
|
||||
X.Org Fonts protocol headers
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.freedesktop.org/archives/xorg/2014-April/056540.html
|
||||
sha256 259046b0dd9130825c4a4c479ba3591d6d0f17a33f54e294b56478729a6e5ab8 fontsproto-2.1.3.tar.bz2
|
||||
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# xproto_fontsproto
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XPROTO_FONTSPROTO_VERSION = 2.1.3
|
||||
XPROTO_FONTSPROTO_SOURCE = fontsproto-$(XPROTO_FONTSPROTO_VERSION).tar.bz2
|
||||
XPROTO_FONTSPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
|
||||
XPROTO_FONTSPROTO_LICENSE = MIT
|
||||
XPROTO_FONTSPROTO_LICENSE_FILES = COPYING
|
||||
XPROTO_FONTSPROTO_INSTALL_STAGING = YES
|
||||
XPROTO_FONTSPROTO_INSTALL_TARGET = NO
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user