mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 01:27:02 +02:00
lua51: move lua-doc alternative to devel
This commit is contained in:
parent
1ea99fdfe5
commit
a56a2af9ca
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'lua51'
|
||||
pkgname=lua51
|
||||
version=5.1.5
|
||||
revision=11
|
||||
revision=12
|
||||
wrksrc="lua-${version}"
|
||||
makedepends="ncurses-devel readline-devel"
|
||||
short_desc="Powerful, fast, lightweight, embeddable scripting language (5.1.x)"
|
||||
|
@ -16,7 +16,6 @@ alternatives="
|
|||
lua:luac:/usr/bin/luac5.1
|
||||
lua:lua.1:/usr/share/man/man1/lua5.1.1
|
||||
lua:luac.1:/usr/share/man/man1/luac5.1.1
|
||||
lua:lua:/usr/share/doc/lua5.1
|
||||
"
|
||||
|
||||
do_build() {
|
||||
|
@ -56,6 +55,7 @@ lua51-devel_package() {
|
|||
depends="${makedepends} lua51>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
alternatives="
|
||||
lua-devel:lua:/usr/share/doc/lua5.1
|
||||
lua-devel:lua.pc:/usr/lib/pkgconfig/lua5.1.pc
|
||||
"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue