summaryrefslogtreecommitdiff
path: root/package/recordproto
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-02-24 17:41:36 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-02-24 17:41:36 +0100
commit0aabef127155575e8c8d660605f9401ab15356aa (patch)
treeb8cd5f06c60cd4e95fd7a2923dabb3b831dd93b3 /package/recordproto
parent0b09c2710166bd95ac9033b048bb6cbf7b4de7c2 (diff)
allow native build of a lot of packages
STAGING_TARGET_DIR is used for package Makefile's for include and library search path's. STAGING_DIR is used for common code in mk/ or Makefile/rules.mk. STAGING_TARGET_DIR is /usr when native builds are used.
Diffstat (limited to 'package/recordproto')
-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