|
@@ -11,8 +11,12 @@ PKG_NAME:=luarocks
|
11
|
11
|
PKG_VERSION:=2.2.0-rc1
|
12
|
12
|
PKG_RELEASE:=2
|
13
|
13
|
|
14
|
|
-PKG_SOURCE:=v$(PKG_VERSION).tar.gz
|
15
|
|
-PKG_SOURCE_URL:=https://github.com/keplerproject/$(PKG_NAME)/archive/
|
|
14
|
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
|
15
|
+PKG_SOURCE_PROTO:=git
|
|
16
|
+PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
|
17
|
+PKG_SOURCE_URL:=https://github.com/keplerproject/luarocks.git
|
|
18
|
+PKG_SOURCE_VERSION:=v$(PKG_VERSION)
|
|
19
|
+
|
16
|
20
|
PKG_MAINTAINER:=Amr Hassan <amr.hassan@gmail.com>
|
17
|
21
|
PKG_INSTALL=1
|
18
|
22
|
PKG_BUILD_DEPENDS:=lua/host luac/host
|