summaryrefslogtreecommitdiff
path: root/package/libxml2/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-02-26 14:21:25 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-02-26 14:21:25 +0100
commit27537f0ac386cd2d869a73d2c4d432be2dffb9eb (patch)
tree8d0d6a6026aa6c0a7b5bbd777ef9ed65f916fa78 /package/libxml2/Makefile
parent1dbfbd6e0c5c2738f2f8d3b9b8ff0a3a9dc4e529 (diff)
parent67cb0759e674470fa53fd3711d8460fd4a12c1a3 (diff)
resolve xterm Makefile conflict
Diffstat (limited to 'package/libxml2/Makefile')
-rw-r--r--package/libxml2/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/libxml2/Makefile b/package/libxml2/Makefile
index f2def369f..19f12828d 100644
--- a/package/libxml2/Makefile
+++ b/package/libxml2/Makefile
@@ -58,5 +58,11 @@ libxml2-install:
libxml2-dev-install:
${INSTALL_DIR} ${IDIR_LIBXML2_DEV}/usr/include
${CP} ${WRKINST}/usr/include/* ${IDIR_LIBXML2_DEV}/usr/include
+ ${INSTALL_DIR} ${IDIR_LIBXML2_DEV}/usr/lib/pkgconfig
+ ${INSTALL_DATA} ${WRKINST}/usr/lib/pkgconfig/libxml-2.0.pc \
+ ${IDIR_LIBXML2_DEV}/usr/lib/pkgconfig
+ ${INSTALL_DIR} ${IDIR_LIBXML2_DEV}/usr/bin
+ ${INSTALL_BIN} ${WRKINST}/usr/bin/xml2-config \
+ ${IDIR_LIBXML2_DEV}/usr/bin
include ${TOPDIR}/mk/pkg-bottom.mk