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