Merge branch 'master' of git+ssh://openadk.org/git/openadk
[openadk.git] / package / dri2proto / Makefile
blob2cd861e70da48b7d3f56a5183a051f670fb8b02e
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
6 PKG_NAME:= dri2proto
7 PKG_VERSION:= 2.8
8 PKG_RELEASE:= 1
9 PKG_HASH:= 7e65b031eaa6ebe23c75583d4abd993ded7add8009b4200a4db7aa10728b0f61
10 PKG_DESCR:= dri2 protocol headers
11 PKG_SECTION:= dev/header
12 PKG_SITES:= ${MASTER_SITE_XORG}
13 PKG_OPTS:= dev devonly
15 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
17 include $(ADK_TOPDIR)/mk/package.mk
19 $(eval $(call PKG_template,DRI2PROTO,dri2proto,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
21 include ${ADK_TOPDIR}/mk/pkg-bottom.mk