update coreutils to latest stable version
[openadk.git] / package / inputproto / Makefile
blob2b364f3c9fd93e2f0d06dafdfd288035176d0ae3
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:= inputproto
7 PKG_VERSION:= 2.3
8 PKG_RELEASE:= 1
9 PKG_DESCR:= input extension headers
10 PKG_SECTION:= dev/header
11 PKG_BUILDDEP:= inputproto-host
12 PKG_HASH:= 98e8ab87fb71080b28536d749aa942bdad13d860d5eb3e1271084906cda711e9
13 PKG_SITES:= ${MASTER_SITE_XORG}
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,INPUTPROTO,inputproto,$(PKG_VERSION)-${PKG_RELEASE}))
22 $(eval $(call PKG_template,INPUTPROTO,inputproto,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
24 HOST_STYLE:= auto
26 include ${ADK_TOPDIR}/mk/host-bottom.mk
27 include ${ADK_TOPDIR}/mk/pkg-bottom.mk