uclibc-ng-dev: install static archive dummies
[openadk.git] / package / compositeproto / Makefile
blobb3ddf6ddadf7fdc03671255f61bee3a919db5f09
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:= compositeproto
7 PKG_VERSION:= 0.4.2
8 PKG_RELEASE:= 1
9 PKG_HASH:= 22195b7e50036440b1c6b3b2d63eb03dfa6e71c8a1263ed1f07b0f31ae7dad50
10 PKG_DESCR:= composite headers
11 PKG_SECTION:= dev/header
12 PKG_SITES:= http://www.x.org/releases/individual/proto/
13 PKG_OPTS:= dev devonly
15 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
17 include $(ADK_TOPDIR)/mk/host.mk
18 include $(ADK_TOPDIR)/mk/package.mk
20 $(eval $(call HOST_template,COMPOSITEPROTO,compositeproto,$(PKG_VERSION)-${PKG_RELEASE}))
21 $(eval $(call PKG_template,COMPOSITEPROTO,compositeproto,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
23 HOST_STYLE:= auto
25 include $(ADK_TOPDIR)/mk/host-bottom.mk
26 include ${ADK_TOPDIR}/mk/pkg-bottom.mk