summaryrefslogtreecommitdiff
path: root/package/libp11
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-02-26 23:39:17 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-02-26 23:39:17 +0100
commit26f7c999e7c586eeb0eabeaf34ebbc9b3c145d7c (patch)
tree22f152f92d6c1e9c325583f46278a385ffefd38b /package/libp11
parent67cb0759e674470fa53fd3711d8460fd4a12c1a3 (diff)
another round of native compile fixes
Diffstat (limited to 'package/libp11')
-rw-r--r--package/libp11/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/libp11/Makefile b/package/libp11/Makefile
index 8c3536e0e..e4823c247 100644
--- a/package/libp11/Makefile
+++ b/package/libp11/Makefile
@@ -20,7 +20,7 @@ PKGSC_LIBP11_DEV:= devel
include ${TOPDIR}/mk/package.mk
-$(eval $(call PKG_template,LIBP11,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+$(eval $(call PKG_template,LIBP11,libp11,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
$(eval $(call PKG_template,LIBP11_DEV,libp11-dev,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_LIBP11_DEV},${PKGSC_LIBP11_DEV}))
post-install:
@@ -30,5 +30,8 @@ post-install:
libp11-dev-install:
${INSTALL_DIR} ${IDIR_LIBP11_DEV}/usr/include
${CP} ${WRKINST}/usr/include/*.h ${IDIR_LIBP11_DEV}/usr/include
+ ${INSTALL_DIR} ${IDIR_LIBP11_DEV}/usr/lib/pkgconfig
+ ${CP} ${WRKINST}/usr/lib/pkgconfig/libp11.pc \
+ ${IDIR_LIBP11_DEV}/usr/lib/pkgconfig
include ${TOPDIR}/mk/pkg-bottom.mk