Browse Source

add more development files

Waldemar Brodkorb 14 years ago
parent
commit
d6cd22b7f9
1 changed files with 3 additions and 0 deletions
  1. 3 0
      package/pcsc-lite/Makefile

+ 3 - 0
package/pcsc-lite/Makefile

@@ -39,5 +39,8 @@ post-install:
 pcsc-lite-dev-install:
 	${INSTALL_DIR} ${IDIR_PCSC_LITE_DEV}/usr/include
 	${CP} ${WRKINST}/usr/include/* ${IDIR_PCSC_LITE_DEV}/usr/include
+	${INSTALL_DIR} ${IDIR_PCSC_LITE_DEV}/usr/lib/pkgconfig
+	${CP} ${WRKINST}/usr/lib/pkgconfig/*.pc \
+		${IDIR_PCSC_LITE_DEV}/usr/lib/pkgconfig
 
 include ${TOPDIR}/mk/pkg-bottom.mk