libnl-tiny: install a pkg-config file

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15515 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2009-04-30 14:52:57 +00:00
parent 6d51d04de0
commit fbf4f513b3
2 changed files with 12 additions and 1 deletions

View File

@@ -36,9 +36,10 @@ define Build/Compile
endef
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/lib $(1)/usr/include/libnl-tiny
$(INSTALL_DIR) $(1)/usr/lib/pkgconfig $(1)/usr/include/libnl-tiny
$(CP) $(PKG_BUILD_DIR)/include/* $(1)/usr/include/libnl-tiny
$(CP) $(PKG_BUILD_DIR)/libnl-tiny.so $(1)/usr/lib/
$(CP) ./files/libnl-tiny.pc $(1)/usr/lib/pkgconfig
endef
define Package/libnl-tiny/install