Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- include $(TOPDIR)/rules.mk
- PKG_NAME:=spray
- PKG_VERSION:=0.0.1
- PKG_RELEASE:=1
- PKG_BUILD_DIR:=$(BUILD_DIR)/spray-$(PKG_VERSION)
- PKG_SOURCE_PROTO:=git
- PKG_SOURCE_URL:=$(HOME)/projects/spray/
- PKG_SOURCE_VERSION:=HEAD
- PKG_MIRROR_HASH:=ca4e261290d2b919df55c7542574bb38b8864bbe9cc11ed194d70e154ba8f605
- PKG_BUILD_DEPENDS:=bearssl
- #MAKE_PATH:=src
- include $(INCLUDE_DIR)/package.mk
- define Package/spray
- SECTION := base
- CATEGORY := Utilities
- TITLE := Spray collecting daemon
- endef
- define Package/spray/description
- Spray collecting daemon
- endef
- define Build/Configure
- endef
- define Build/Compile
- $(call Build/Compile/Default)
- endef
- define Package/spray/install
- $(INSTALL_DIR) $(1)/usr/bin
- $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/spray $(1)/usr/bin/
- endef
- $(eval $(call BuildPackage,spray))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement