mirror of https://github.com/hak5/openwrt.git
parent
aae15e5156
commit
977681a377
|
@ -48,12 +48,12 @@ define Package/keynote/install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(CP) $(PKG_BUILD_DIR)/*.h $(STAGING_DIR)/usr/include/
|
$(CP) $(PKG_BUILD_DIR)/{assertion,header,keynote,signature}.h $(STAGING_DIR)/usr/include/
|
||||||
$(CP) $(PKG_BUILD_DIR)/libkeynote.a $(STAGING_DIR)/usr/lib/
|
$(CP) $(PKG_BUILD_DIR)/libkeynote.a $(STAGING_DIR)/usr/lib/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/UninstallDev
|
define Build/UninstallDev
|
||||||
rm -rf $(STAGING_DIR)/usr/include/{assertion,getopt,header,keynote,signature}.h
|
rm -rf $(STAGING_DIR)/usr/include/{assertion,header,keynote,signature}.h
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,keynote))
|
$(eval $(call BuildPackage,keynote))
|
||||||
|
|
Loading…
Reference in New Issue