wok-next view lua/stuff/lua.pc @ rev 19645

Remove mesa-dri-ati, mesa-dri-intel, mesa-dri-nouveau, mesa-dri-vmwgfx -> mesa-dri. Split llvm. Up/add xorg apps and some other stuff.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 22 03:43:01 2017 +0200 (2017-02-22)
parents
children 00c2445991e5
line source
1 V=5.3
2 R=5.3.3
4 prefix=/usr
5 INSTALL_BIN=${prefix}/bin
6 INSTALL_INC=${prefix}/include
7 INSTALL_LIB=${prefix}/lib
8 INSTALL_MAN=${prefix}/share/man/man1
9 INSTALL_LMOD=${prefix}/share/lua/${V}
10 INSTALL_CMOD=${prefix}/lib/lua/${V}
11 exec_prefix=${prefix}
12 libdir=${exec_prefix}/lib
13 includedir=${prefix}/include
15 Name: Lua
16 Description: An Extensible Extension Language
17 Version: ${R}
18 Requires:
19 Libs: -L${libdir} -llua -lm
20 Cflags: -I${includedir}