Browse Source

add dri3proto

Waldemar Brodkorb 10 years ago
parent
commit
0a4e8cd976
1 changed files with 19 additions and 0 deletions
  1. 19 0
      package/dri3proto/Makefile

+ 19 - 0
package/dri3proto/Makefile

@@ -0,0 +1,19 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:=		dri3proto
+PKG_VERSION:=		1.0
+PKG_RELEASE:=		1
+PKG_MD5SUM:=		25e84a49a076862277ee12aebd49ff5f
+PKG_DESCR:=		DRI protocol headers
+PKG_SECTION:=		devel
+PKG_SITES:=		${MASTER_SITE_XORG}
+PKG_OPTS:=              dev devonly
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,DRI3PROTO,dri3proto,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
+
+include ${TOPDIR}/mk/pkg-bottom.mk