summaryrefslogtreecommitdiff
path: root/package/xproto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/xproto/Makefile')
-rw-r--r--package/xproto/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/package/xproto/Makefile b/package/xproto/Makefile
index 8d59c1f16..3113dede3 100644
--- a/package/xproto/Makefile
+++ b/package/xproto/Makefile
@@ -7,19 +7,13 @@ PKG_NAME:= xproto
PKG_VERSION:= 7.0.23
PKG_RELEASE:= 1
PKG_DESCR:= X Window System Core Protocol headers
-PKG_SECTION:= x11/devel
+PKG_SECTION:= devel
PKG_MD5SUM:= 7ab1239930563a352cb3552fd2db4140
PKG_SITES:= ${MASTER_SITE_XORG}
+PKG_OPTS:= dev devonly
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,XPROTO,xproto,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
-post-install:
- ${INSTALL_DIR} ${IDIR_XPROTO}/usr/include
- ${CP} ${WRKINST}/usr/include/X11 ${IDIR_XPROTO}/usr/include
- ${INSTALL_DIR} ${IDIR_XPROTO}/usr/lib/pkgconfig
- ${INSTALL_DATA} ${WRKINST}/usr/lib/pkgconfig/xproto.pc \
- ${IDIR_XPROTO}/usr/lib/pkgconfig
-
include ${TOPDIR}/mk/pkg-bottom.mk