summaryrefslogtreecommitdiff
path: root/package/xcmiscproto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/xcmiscproto/Makefile')
-rw-r--r--package/xcmiscproto/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/package/xcmiscproto/Makefile b/package/xcmiscproto/Makefile
index 4121d8a31..aec878fb6 100644
--- a/package/xcmiscproto/Makefile
+++ b/package/xcmiscproto/Makefile
@@ -7,19 +7,13 @@ PKG_NAME:= xcmiscproto
PKG_VERSION:= 1.2.1
PKG_RELEASE:= 1
PKG_DESCR:= XC-MISC Extension headers
-PKG_SECTION:= x11/devel
+PKG_SECTION:= devel
PKG_MD5SUM:= 9a8da85301db41e8435099ffefb4ac74
PKG_SITES:= ${MASTER_SITE_XORG}
+PKG_OPTS:= dev devonly
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,XCMISCPROTO,xcmiscproto,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
-post-install:
- ${INSTALL_DIR} ${IDIR_XCMISCPROTO}/usr/include
- ${CP} ${WRKINST}/usr/include/X11 ${IDIR_XCMISCPROTO}/usr/include
- ${INSTALL_DIR} ${IDIR_XCMISCPROTO}/usr/lib/pkgconfig
- ${INSTALL_DATA} ${WRKINST}/usr/lib/pkgconfig/xcmiscproto.pc \
- ${IDIR_XCMISCPROTO}/usr/lib/pkgconfig
-
include ${TOPDIR}/mk/pkg-bottom.mk