summaryrefslogtreecommitdiff
path: root/package/recordproto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/recordproto/Makefile')
-rw-r--r--package/recordproto/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/package/recordproto/Makefile b/package/recordproto/Makefile
index 62e5c7cda..e9d7f6894 100644
--- a/package/recordproto/Makefile
+++ b/package/recordproto/Makefile
@@ -7,19 +7,13 @@ PKG_NAME:= recordproto
PKG_VERSION:= 1.14.2
PKG_RELEASE:= 1
PKG_DESCR:= RECORD extension headers
-PKG_SECTION:= x11/devel
+PKG_SECTION:= devel
PKG_MD5SUM:= 868235e1e150e68916d5a316ebc4ccc4
PKG_SITES:= ${MASTER_SITE_XORG}
+PKG_OPTS:= dev devonly
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,RECORDPROTO,recordproto,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
-post-install:
- ${INSTALL_DIR} ${IDIR_RECORDPROTO}/usr/include
- ${CP} ${WRKINST}/usr/include/X11 ${IDIR_RECORDPROTO}/usr/include
- ${INSTALL_DIR} ${IDIR_RECORDPROTO}/usr/lib/pkgconfig
- ${INSTALL_DATA} ${WRKINST}/usr/lib/pkgconfig/recordproto.pc \
- ${IDIR_RECORDPROTO}/usr/lib/pkgconfig
-
include ${TOPDIR}/mk/pkg-bottom.mk