summaryrefslogtreecommitdiff
path: root/package/xproto
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-01-29 06:04:34 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-06 17:48:44 +0100
commit27a65fefdbebf3f0b3a5e860126de7edc82b2e18 (patch)
tree60e2310160e655f2a04447e89aeef94e787c2b79 /package/xproto
parent968be27a93e24f7b2c267b654e3f80c678d42a4a (diff)
update xorg-server to latest stable version
Diffstat (limited to 'package/xproto')
-rw-r--r--package/xproto/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/package/xproto/Makefile b/package/xproto/Makefile
index f1f716775..d7bae7eb3 100644
--- a/package/xproto/Makefile
+++ b/package/xproto/Makefile
@@ -4,24 +4,24 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= xproto
-PKG_VERSION:= 7.0.23
+PKG_VERSION:= 7.0.27
PKG_RELEASE:= 1
PKG_DESCR:= x window system core protocol headers
PKG_SECTION:= dev/header
-PKG_HASH:= 07efb40fdd23943ec554920eaf1fe175f70d20127c7a0ee8ab818bd88226f696
+PKG_HASH:= 693d6ae50cb642fc4de6ab1f69e3f38a8e5a67eb41ac2aca253240f999282b6b
PKG_BUILDDEP:= xproto-host
-PKG_SITES:= ${MASTER_SITE_XORG}
+PKG_SITES:= $(MASTER_SITE_XORG)
PKG_OPTS:= dev devonly
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz
include $(ADK_TOPDIR)/mk/host.mk
include $(ADK_TOPDIR)/mk/package.mk
-$(eval $(call HOST_template,XPROTO,xproto,$(PKG_VERSION)-${PKG_RELEASE}))
-$(eval $(call PKG_template,XPROTO,xproto,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
+$(eval $(call HOST_template,XPROTO,xproto,$(PKG_VERSION)-$(PKG_RELEASE)))
+$(eval $(call PKG_template,XPROTO,xproto,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION),$(PKG_OPTS)))
HOST_STYLE:= auto
-include ${ADK_TOPDIR}/mk/host-bottom.mk
-include ${ADK_TOPDIR}/mk/pkg-bottom.mk
+include $(ADK_TOPDIR)/mk/host-bottom.mk
+include $(ADK_TOPDIR)/mk/pkg-bottom.mk