diff options
Diffstat (limited to 'package/xproto/Makefile')
-rw-r--r-- | package/xproto/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/package/xproto/Makefile b/package/xproto/Makefile index d191c2108..399c5d89b 100644 --- a/package/xproto/Makefile +++ b/package/xproto/Makefile @@ -4,17 +4,19 @@ include $(TOPDIR)/rules.mk PKG_NAME:= xproto -PKG_VERSION:= 7.0.16 +PKG_VERSION:= 7.0.20 PKG_RELEASE:= 1 -PKG_MD5SUM:= 6e6b6510ccd568f82093ebd7ae58700b +PKG_DESCR:= X Window System Core Protocol headers +PKG_SECTION:= x11/devel +PKG_MD5SUM:= 18320ab36999f3770b14463ed5a2d6cb PKG_SITES:= ${MASTER_SITE_XORG} -PKG_SUBPKGS:= include $(TOPDIR)/mk/package.mk -# workaround for makekeys compile on non-Linux systems +$(eval $(call PKG_template,XPROTO,xproto,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) + post-install: - ${INSTALL_DIR} ${STAGING_TARGET_DIR}/usr/include/xproto - ${CP} ${WRKINST}/usr/include/X11 ${STAGING_TARGET_DIR}/usr/include/xproto + ${INSTALL_DIR} ${IDIR_XPROTO}/usr/include + ${CP} ${WRKINST}/usr/include/X11 ${IDIR_XPROTO}/usr/include include ${TOPDIR}/mk/pkg-bottom.mk |