mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-24 01:14:42 +02:00
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4754 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
dcb1c87a2a
commit
cb8f6debce
@ -48,12 +48,12 @@ define Package/keynote/install
|
||||
endef
|
||||
|
||||
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/
|
||||
endef
|
||||
|
||||
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
|
||||
|
||||
$(eval $(call BuildPackage,keynote))
|
||||
|
Loading…
x
Reference in New Issue
Block a user