diff options
Diffstat (limited to 'package/kbproto/Makefile')
-rw-r--r-- | package/kbproto/Makefile | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/package/kbproto/Makefile b/package/kbproto/Makefile index f8b7bd0d6..764a3417b 100644 --- a/package/kbproto/Makefile +++ b/package/kbproto/Makefile @@ -4,11 +4,19 @@ include $(TOPDIR)/rules.mk PKG_NAME:= kbproto -PKG_VERSION:= 1.0.4 +PKG_VERSION:= 1.0.5 PKG_RELEASE:= 1 -PKG_MD5SUM:= 4deef518a03bc94a7a25902bb7c98dd6 +PKG_DESCR:= X11 keyboard protocol headers +PKG_SECTION:= x11/devel +PKG_MD5SUM:= cb95bc6ffb2dfa27498aeb4663dee964 PKG_SITES:= ${MASTER_SITE_XORG} -PKG_SUBPKGS:= include $(TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,KBPROTO,kbproto,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) + +post-install: + ${INSTALL_DIR} ${IDIR_KBPROTO}/usr/include + ${CP} ${WRKINST}/usr/include/X11 ${IDIR_KBPROTO}/usr/include + include ${TOPDIR}/mk/pkg-bottom.mk |