| 123456789101112131415161718192021 | # This file is part of the OpenADK project. OpenADK is copyrighted# material, please see the LICENCE file in the top-level directory.include $(ADK_TOPDIR)/rules.mkPKG_NAME:=		printprotoPKG_VERSION:=		1.0.5PKG_RELEASE:=		1PKG_DESCR:=		x print extension headersPKG_SECTION:=		dev/headerPKG_MD5SUM:=		5afeb3a7de8a14b417239a14ea724268PKG_SITES:=		http://xorg.freedesktop.org/releases/individual/proto/PKG_OPTS:=		dev devonlyDISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.gzinclude $(ADK_TOPDIR)/mk/package.mk$(eval $(call PKG_template,PRINTPROTO,printproto,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))include ${ADK_TOPDIR}/mk/pkg-bottom.mk
 |