mirror of
https://github.com/matrix-construct/construct
synced 2024-11-01 11:29:05 +01:00
14 lines
341 B
PkgConfig
14 lines
341 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
datarootdir=@datarootdir@
|
|
data_dir=@datadir@/@PACKAGE_NAME@
|
|
|
|
version=@PACKAGE_VERSION@
|
|
include_dir=@includedir@/libratbox
|
|
lib_dir=@libdir@
|
|
|
|
Name: libratbox
|
|
Description: Portable runtime for ircd-ratbox and other things
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${lib_dir} -lratbox
|
|
Cflags: -I${include_dir}
|