mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
luaposix: add lua-stdlib-normalize dependency
Closes: #13788 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
e9e523b8bc
commit
38fabdf8cc
1 changed files with 6 additions and 6 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'luaposix'
|
# Template file for 'luaposix'
|
||||||
pkgname=luaposix
|
pkgname=luaposix
|
||||||
version=34.0.4
|
version=34.0.4
|
||||||
revision=1
|
revision=2
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
wrksrc="luaposix-release-v${version}"
|
wrksrc="luaposix-release-v${version}"
|
||||||
hostmakedepends="lua51-devel lua52-devel lua-devel"
|
hostmakedepends="lua51-devel lua52-devel lua-devel"
|
||||||
makedepends="lua51-devel lua52-devel lua-devel"
|
makedepends="lua51-devel lua52-devel lua-devel"
|
||||||
depends="lua"
|
depends="lua lua-stdlib-normalize"
|
||||||
short_desc="A POSIX library for Lua programming language"
|
short_desc="A POSIX library for Lua programming language"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -47,8 +47,8 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
luaposix51_package() {
|
luaposix51_package() {
|
||||||
depends="lua51 lua51-bitlib"
|
depends="lua51 lua51-stdlib-normalize lua51-bitlib"
|
||||||
short_desc="${_desc} - Lua 5.1"
|
short_desc="${short_desc} - Lua 5.1"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vlicense "${wrksrc}/lua5.1/LICENSE"
|
vlicense "${wrksrc}/lua5.1/LICENSE"
|
||||||
vmove usr/lib/lua/5.1
|
vmove usr/lib/lua/5.1
|
||||||
|
@ -59,8 +59,8 @@ luaposix51_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
luaposix52_package() {
|
luaposix52_package() {
|
||||||
short_desc="${_desc} - Lua 5.2"
|
short_desc="${short_desc} - Lua 5.2"
|
||||||
depends="lua52"
|
depends="lua52 lua52-stdlib-normalize"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vlicense "${wrksrc}/lua5.2/LICENSE"
|
vlicense "${wrksrc}/lua5.2/LICENSE"
|
||||||
vmove usr/lib/lua/5.2
|
vmove usr/lib/lua/5.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue