summaryrefslogtreecommitdiff
path: root/package/kbproto/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-25 13:15:31 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-25 13:15:31 +0100
commit977956e6dbde952f72031c5c2035c9d9685cee88 (patch)
tree441ffe27aa76fc28e210e1ca7a506a03a32f5fe2 /package/kbproto/Makefile
parent573b06af740b3f1966aa2ea190494d9c87270786 (diff)
parentf5a999a24fddc9527fda922c72577e50f93c2ae2 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/kbproto/Makefile')
-rw-r--r--package/kbproto/Makefile14
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