diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-24 17:41:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-24 17:41:36 +0100 |
commit | 0aabef127155575e8c8d660605f9401ab15356aa (patch) | |
tree | b8cd5f06c60cd4e95fd7a2923dabb3b831dd93b3 /package/recordproto/Makefile | |
parent | 0b09c2710166bd95ac9033b048bb6cbf7b4de7c2 (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/Makefile')
-rw-r--r-- | package/recordproto/Makefile | 5 |
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 |