1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR
)/rules.mk
9 PKG_HASH
:= 6d755eaae27b45c5cc75529a12855fed5de5969b367ed05003944cf901ed43c7
10 PKG_DESCR
:= x window system core protocol headers
11 PKG_SECTION
:= dev
/header
12 PKG_BUILDDEP
:= xproto-host
13 PKG_SITES
:= http
://www.x.org
/releases
/individual
/proto
/
14 PKG_OPTS
:= dev devonly
16 DISTFILES
:= $(PKG_NAME
)-$(PKG_VERSION
).
tar.gz
18 include $(ADK_TOPDIR
)/mk
/host.mk
19 include $(ADK_TOPDIR
)/mk
/package.mk
21 $(eval
$(call HOST_template
,XPROTO
,xproto
,$(PKG_VERSION
)-$(PKG_RELEASE
)))
22 $(eval
$(call PKG_template
,XPROTO
,xproto
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
),$(PKG_OPTS
)))
26 include $(ADK_TOPDIR
)/mk
/host-bottom.mk
27 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk