summaryrefslogtreecommitdiff
path: root/package/glproto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/glproto/Makefile')
-rw-r--r--package/glproto/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/package/glproto/Makefile b/package/glproto/Makefile
index 6c6aa6853..6c3e5e715 100644
--- a/package/glproto/Makefile
+++ b/package/glproto/Makefile
@@ -7,19 +7,13 @@ PKG_NAME:= glproto
PKG_VERSION:= 1.4.15
PKG_RELEASE:= 1
PKG_DESCR:= OpenGL headers
-PKG_SECTION:= x11/devel
+PKG_SECTION:= devel
PKG_MD5SUM:= be7c4e3c289db480b9e1238c03637eb7
PKG_SITES:= ${MASTER_SITE_XORG}
+PKG_OPTS:= dev devonly
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,GLPROTO,glproto,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
-post-install:
- ${INSTALL_DIR} ${IDIR_GLPROTO}/usr/include
- ${CP} ${WRKINST}/usr/include/GL ${IDIR_GLPROTO}/usr/include
- ${INSTALL_DIR} ${IDIR_GLPROTO}/usr/lib/pkgconfig
- ${INSTALL_DATA} ${WRKINST}/usr/lib/pkgconfig/glproto.pc \
- ${IDIR_GLPROTO}/usr/lib/pkgconfig
-
include ${TOPDIR}/mk/pkg-bottom.mk