lua52: drop devel alternatives except pkg-config
This commit is contained in:
parent
ce9e62c379
commit
609e36d3fb
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lua52'
|
# Template file for 'lua52'
|
||||||
pkgname=lua52
|
pkgname=lua52
|
||||||
version=5.2.4
|
version=5.2.4
|
||||||
revision=9
|
revision=10
|
||||||
wrksrc=lua-${version}
|
wrksrc=lua-${version}
|
||||||
makedepends="ncurses-devel readline-devel"
|
makedepends="ncurses-devel readline-devel"
|
||||||
short_desc="Powerful, fast, lightweight, embeddable scripting language (5.2.x)"
|
short_desc="Powerful, fast, lightweight, embeddable scripting language (5.2.x)"
|
||||||
|
@ -56,15 +56,7 @@ lua52-devel_package() {
|
||||||
depends="${makedepends} lua52>=${version}_${revision}"
|
depends="${makedepends} lua52>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
alternatives="
|
alternatives="
|
||||||
lua-devel:lua:/usr/include/lua5.2
|
|
||||||
lua-devel:/usr/include/lua.h:/usr/include/lua5.2/lua.h
|
|
||||||
lua-devel:/usr/include/luaconf.h:/usr/include/lua5.2/luaconf.h
|
|
||||||
lua-devel:/usr/include/lua.hpp:/usr/include/lua5.2/lua.hpp
|
|
||||||
lua-devel:/usr/include/lualib.h:/usr/include/lua5.2/lualib.h
|
|
||||||
lua-devel:/usr/include/lauxlib.h:/usr/include/lua5.2/lauxlib.h
|
|
||||||
lua-devel:lua.pc:/usr/lib/pkgconfig/lua5.2.pc
|
lua-devel:lua.pc:/usr/lib/pkgconfig/lua5.2.pc
|
||||||
lua-devel:liblua.a:/usr/lib/liblua5.2.a
|
|
||||||
lua-devel:liblua.so:/usr/lib/liblua5.2.so
|
|
||||||
"
|
"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Reference in New Issue