summaryrefslogtreecommitdiff
path: root/package/inputproto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/inputproto/Makefile')
-rw-r--r--package/inputproto/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/package/inputproto/Makefile b/package/inputproto/Makefile
index 6c1b27b3b..42743b47d 100644
--- a/package/inputproto/Makefile
+++ b/package/inputproto/Makefile
@@ -7,19 +7,13 @@ PKG_NAME:= inputproto
PKG_VERSION:= 2.2
PKG_RELEASE:= 1
PKG_DESCR:= X Input Extension headers
-PKG_SECTION:= x11/devel
+PKG_SECTION:= devel
PKG_MD5SUM:= e0047823230413e67d74e92af77fbe58
PKG_SITES:= ${MASTER_SITE_XORG}
+PKG_OPTS:= dev devonly
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,INPUTPROTO,inputproto,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
-post-install:
- ${INSTALL_DIR} ${IDIR_INPUTPROTO}/usr/include
- ${CP} ${WRKINST}/usr/include/X11 ${IDIR_INPUTPROTO}/usr/include
- ${INSTALL_DIR} ${IDIR_INPUTPROTO}/usr/lib/pkgconfig
- ${INSTALL_DATA} ${WRKINST}/usr/lib/pkgconfig/inputproto.pc \
- ${IDIR_INPUTPROTO}/usr/lib/pkgconfig
-
include ${TOPDIR}/mk/pkg-bottom.mk