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/bigreqsproto | |
parent | be5010ef6dd638cad5ac6f103203aa4f7987d2ec (diff) |
update Xorg to 7.6
Diffstat (limited to 'package/bigreqsproto')
-rw-r--r-- | package/bigreqsproto/Makefile | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/package/bigreqsproto/Makefile b/package/bigreqsproto/Makefile index 05488be69..fb7cc7f97 100644 --- a/package/bigreqsproto/Makefile +++ b/package/bigreqsproto/Makefile @@ -4,11 +4,19 @@ include $(TOPDIR)/rules.mk PKG_NAME:= bigreqsproto -PKG_VERSION:= 1.1.0 +PKG_VERSION:= 1.1.1 PKG_RELEASE:= 1 -PKG_MD5SUM:= 882d49cc3bb591dbdccdf9e680bd2e4b +PKG_DESCR:= Big Requests Extension headers +PKG_SECTION:= x11/devel +PKG_MD5SUM:= 3392142c19cb5a22058cae88be3c554a PKG_SITES:= ${MASTER_SITE_XORG} -PKG_SUBPKGS:= include $(TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,BIGREQSPROTO,bigreqsproto,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) + +post-install: + ${INSTALL_DIR} ${IDIR_BIGREQSPROTO}/usr/include + ${CP} ${WRKINST}/usr/include/X11 ${IDIR_BIGREQSPROTO}/usr/include + include ${TOPDIR}/mk/pkg-bottom.mk |