diff options
Diffstat (limited to 'package/xextproto')
-rw-r--r-- | package/xextproto/Makefile | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/package/xextproto/Makefile b/package/xextproto/Makefile index eb21715cf..579a79e06 100644 --- a/package/xextproto/Makefile +++ b/package/xextproto/Makefile @@ -4,11 +4,19 @@ include $(TOPDIR)/rules.mk PKG_NAME:= xextproto -PKG_VERSION:= 7.1.1 +PKG_VERSION:= 7.1.2 PKG_RELEASE:= 1 -PKG_MD5SUM:= 6c55283718dbeb826bcf899b9e89faba +PKG_DESCR:= X Protocol Extensions headers +PKG_SECTION:= x11/devel +PKG_MD5SUM:= 1e8a156cd209e66cd8290c96678e777a PKG_SITES:= ${MASTER_SITE_XORG} -PKG_SUBPKGS:= include $(TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,XEXTPROTO,xextproto,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) + +post-install: + ${INSTALL_DIR} ${IDIR_XEXTPROTO}/usr/include + ${CP} ${WRKINST}/usr/include/X11 ${IDIR_XEXTPROTO}/usr/include + include ${TOPDIR}/mk/pkg-bottom.mk |