mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
6de115a20d
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
11 lines
341 B
PkgConfig
11 lines
341 B
PkgConfig
prefix=/opt/CEGUI0.7
|
|
exec_prefix=${prefix}
|
|
libdir=/opt/CEGUI0.7/lib%LIBDIRSUFFIX%
|
|
includedir=${prefix}/include
|
|
datafiles=${prefix}/share/CEGUI
|
|
|
|
Name: CEGUI
|
|
Description: The free GUI library for games and multi-media development.
|
|
Version: 0.7.9
|
|
Libs: -L${libdir} -Wl,-rpath,${libdir} -lCEGUIBase
|
|
Cflags: -I${includedir} -I${includedir}/CEGUI
|