Change Details
| tempest-for-eliza/Makefile |
| 2 | 2 | |
| 3 | 3 | PKG_NAME:=tempest-for-eliza |
| 4 | 4 | PKG_VERSION:=1.0.5 |
| 5 | | PKG_RELEASE:=1 |
| 5 | PKG_RELEASE:=2 |
| 6 | 6 | |
| 7 | 7 | PKG_SOURCE:=tempest_for_eliza-$(PKG_VERSION).tar.gz |
| 8 | 8 | PKG_SOURCE_URL:=http://www.erikyyy.de/tempest/ |
| ... | ... | |
| 31 | 31 | $(INSTALL_DIR) $(1)/usr/share/tempest-for-eliza/songs |
| 32 | 32 | |
| 33 | 33 | $(INSTALL_BIN) $(PKG_BUILD_DIR)/tempest_for_eliza $(1)/usr/bin/ |
| 34 | $(CP) $(PKG_BUILD_DIR)/README $(1)/usr/share/tempest-for-eliza/README |
| 34 | 35 | $(CP) $(PKG_BUILD_DIR)/songs/* $(1)/usr/share/tempest-for-eliza/songs |
| 35 | 36 | rm -f $(1)/usr/share/tempest-for-eliza/songs/Makefile* |
| 36 | 37 | endef |
Download the corresponding diff file