make kernel quiet on test appliance
[openadk.git] / package / printproto / Makefile
blob323f71611781b74a9834f137848b161b8890539a
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:= printproto
7 PKG_VERSION:= 1.0.5
8 PKG_RELEASE:= 1
9 PKG_DESCR:= x print extension headers
10 PKG_SECTION:= dev/header
11 PKG_HASH:= e8b6f405fd865f0ea7a3a2908dfbf06622f57f2f91359ec65d13b955e49843fc
12 PKG_SITES:= http://xorg.freedesktop.org/releases/individual/proto/
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,PRINTPROTO,printproto,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
21 include ${ADK_TOPDIR}/mk/pkg-bottom.mk