lang/perl: Install target headers to staging directory
Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
parent
9e9110eff7
commit
51850177b9
1 changed files with 5 additions and 0 deletions
|
@ -97,6 +97,11 @@ define Build/Compile
|
|||
+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR)
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/lib/perl5/5.20/CORE
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/perl5/5.20/CORE/*.h $(1)/usr/lib/perl5/5.20/CORE/
|
||||
endef
|
||||
|
||||
define Package/perl/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/perl$(PKG_VERSION) $(1)/usr/bin
|
||||
|
|
Loading…
Reference in a new issue