wok-next annotate 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
rev   line source
al@19645 1 V=5.3
al@19645 2 R=5.3.3
al@19645 3
al@19645 4 prefix=/usr
al@19645 5 INSTALL_BIN=${prefix}/bin
al@19645 6 INSTALL_INC=${prefix}/include
al@19645 7 INSTALL_LIB=${prefix}/lib
al@19645 8 INSTALL_MAN=${prefix}/share/man/man1
al@19645 9 INSTALL_LMOD=${prefix}/share/lua/${V}
al@19645 10 INSTALL_CMOD=${prefix}/lib/lua/${V}
al@19645 11 exec_prefix=${prefix}
al@19645 12 libdir=${exec_prefix}/lib
al@19645 13 includedir=${prefix}/include
al@19645 14
al@19645 15 Name: Lua
al@19645 16 Description: An Extensible Extension Language
al@19645 17 Version: ${R}
al@19645 18 Requires:
al@19645 19 Libs: -L${libdir} -llua -lm
al@19645 20 Cflags: -I${includedir}