irssi: update to 1.0.2
[openadk.git] / package / presentproto / Makefile
blobb2e8ccd716a5198bd498c4446906415b5025b9af
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:= presentproto
7 PKG_VERSION:= 1.0
8 PKG_RELEASE:= 1
9 PKG_HASH:= 02f8042cb351dd5c3699a0dbdb2ab25f86532efe3e1e3e97897e7f44b5c67040
10 PKG_DESCR:= present protocol 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/package.mk
19 $(eval $(call PKG_template,PRESENTPROTO,presentproto,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
21 include ${ADK_TOPDIR}/mk/pkg-bottom.mk