You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
390 B
13 lines
390 B
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@PC_EXEC_PREFIX@
|
|
libdir=@PC_LIB_DIR@
|
|
includedir=@PC_INCLUDE_DIR@
|
|
|
|
Name: @PROJECT_NAME@
|
|
Description: @PROJECT_NAME@ is a collection of functions used by some games for the Trinity Desktop Environment.
|
|
URL: https://mirror.git.trinitydesktop.org/gitea/TDE/tdegames
|
|
Requires: tdelibs
|
|
Version: 1.2.0
|
|
Libs: -L${libdir} -ltdegames
|
|
Cflags: -I${includedir}
|