Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 524460 | Differences between
and this patch

Collapse All | Expand All

(-)gentoo/dev-lang/lua/files/lua.pc (-2 / +2 lines)
Lines 10-16 Link Here
10
# grep '^INSTALL_.*=' ../Makefile | sed 's/INSTALL_TOP/prefix/'
10
# grep '^INSTALL_.*=' ../Makefile | sed 's/INSTALL_TOP/prefix/'
11
prefix= /usr
11
prefix= /usr
12
INSTALL_BIN= ${prefix}/bin
12
INSTALL_BIN= ${prefix}/bin
13
INSTALL_INC= ${prefix}/include
13
INSTALL_INC= ${prefix}/include/lua${V}
14
INSTALL_LIB= ${prefix}/,lib,
14
INSTALL_LIB= ${prefix}/,lib,
15
INSTALL_MAN= ${prefix}/man/man1
15
INSTALL_MAN= ${prefix}/man/man1
16
INSTALL_LMOD= ${prefix}/share/lua/${V}
16
INSTALL_LMOD= ${prefix}/share/lua/${V}
Lines 19-25 Link Here
19
# canonical vars
19
# canonical vars
20
exec_prefix=${prefix}
20
exec_prefix=${prefix}
21
libdir=${exec_prefix}/,lib,
21
libdir=${exec_prefix}/,lib,
22
includedir=${prefix}/include
22
includedir=${prefix}/include/lua${V}
23
23
24
Name: Lua
24
Name: Lua
25
Description: An Extensible Extension Language
25
Description: An Extensible Extension Language

Return to bug 524460