luarocks-lua52: fix descr and unbreak cross.
This commit is contained in:
parent
7cb7831464
commit
8a40ad3c4f
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'luarocks-lua52'
|
||||
pkgname=luarocks-lua52
|
||||
version=2.2.2
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
wrksrc=${pkgname%-*}-${version}
|
||||
build_style=configure
|
||||
|
@ -13,11 +13,11 @@ configure_args="
|
|||
--with-lua-include=/usr/include/lua5.2
|
||||
--with-downloader=curl
|
||||
--versioned-rocks-dir"
|
||||
hostmakedepends="lua52-devel"
|
||||
makedepends="lua52-devel"
|
||||
depends="lua52 curl"
|
||||
nocross=yes
|
||||
conf_files="/etc/luarocks/config-5.2.lua"
|
||||
short_desc="Package management for Lua modules"
|
||||
short_desc="Package management for Lua modules - Lua 5.2"
|
||||
maintainer="Duncaen <mail@duncano.de>"
|
||||
license="MIT"
|
||||
homepage="http://luarocks.org/"
|
||||
|
|
Loading…
Reference in a new issue