diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-25 13:13:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-25 13:13:43 +0100 |
commit | f23acdc9bdc2ed80d398dbfdf0852f1a8b82118c (patch) | |
tree | b7615ebe31c4d4e07a8184d9f6fd86662841170a /package/inputproto/Makefile | |
parent | be5010ef6dd638cad5ac6f103203aa4f7987d2ec (diff) |
update Xorg to 7.6
Diffstat (limited to 'package/inputproto/Makefile')
-rw-r--r-- | package/inputproto/Makefile | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/package/inputproto/Makefile b/package/inputproto/Makefile index bf22d9d9a..09cccadd3 100644 --- a/package/inputproto/Makefile +++ b/package/inputproto/Makefile @@ -4,11 +4,19 @@ include $(TOPDIR)/rules.mk PKG_NAME:= inputproto -PKG_VERSION:= 2.0 +PKG_VERSION:= 2.0.1 PKG_RELEASE:= 1 -PKG_MD5SUM:= 13d91739cf70a781f1db24d8d3677574 +PKG_DESCR:= X Input Extension headers +PKG_SECTION:= x11/devel +PKG_MD5SUM:= 796829adecc14a78bfef8e119e6e9c63 PKG_SITES:= ${MASTER_SITE_XORG} -PKG_SUBPKGS:= include $(TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,INPUTPROTO,inputproto,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) + +post-install: + ${INSTALL_DIR} ${IDIR_INPUTPROTO}/usr/include + ${CP} ${WRKINST}/usr/include/X11 ${IDIR_INPUTPROTO}/usr/include + include ${TOPDIR}/mk/pkg-bottom.mk |