summaryrefslogtreecommitdiff
path: root/package/recordproto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/recordproto/Makefile')
-rw-r--r--package/recordproto/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/recordproto/Makefile b/package/recordproto/Makefile
index 03a54e599..b2fc60d8f 100644
--- a/package/recordproto/Makefile
+++ b/package/recordproto/Makefile
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= recordproto
PKG_VERSION:= 1.14.1
PKG_RELEASE:= 1
-PKG_DESCR:= X headers
+PKG_DESCR:= RECORD extension headers
PKG_SECTION:= x11/devel
PKG_MD5SUM:= a558e1c6f67871e3fb94d65d67eb2f3b
PKG_SITES:= ${MASTER_SITE_XORG}
@@ -18,5 +18,8 @@ $(eval $(call PKG_template,RECORDPROTO,recordproto,$(PKG_VERSION)-${PKG_RELEASE}
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