luafilesystem: needs lua51.
This commit is contained in:
parent
f346fb1fbd
commit
3db833bbfd
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'luafilesystem'
|
# Template file for 'luafilesystem'
|
||||||
pkgname=luafilesystem
|
pkgname=luafilesystem
|
||||||
version=1.6.2
|
version=1.6.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="lua-devel"
|
makedepends="lua51-devel"
|
||||||
short_desc="File System Library for the Lua Programming Language"
|
short_desc="File System Library for the Lua Programming Language"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -22,8 +22,8 @@ do_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
luafilesystem_package() {
|
luafilesystem_package() {
|
||||||
depends="lua"
|
depends="lua51"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue