luafilesystem: clean up Makefile
Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
parent
ed970424de
commit
7bb26b1092
1 changed files with 1 additions and 3 deletions
|
@ -11,12 +11,10 @@ PKG_NAME:=luafilesystem
|
|||
PKG_VERSION:=1.8.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_MIRROR_HASH:=0342b54bcbd4aa1679bf23b2a4cc8177f630e6415b7a82e58cefb9f8991e0a8e
|
||||
PKG_SOURCE_URL:=https://github.com/keplerproject/luafilesystem.git
|
||||
PKG_SOURCE_VERSION:=7c6e1b013caec0602ca4796df3b1d7253a2dd258
|
||||
PKG_SOURCE_VERSION:=v$(subst .,_,$(PKG_VERSION))
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
|
Loading…
Reference in a new issue