mirror of
https://github.com/matrix-construct/construct
synced 2024-11-02 11:58:53 +01:00
14 lines
347 B
PkgConfig
14 lines
347 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
datarootdir=@datarootdir@
|
|
data_dir=@datadir@/@PACKAGE_NAME@
|
|
|
|
version=@PACKAGE_VERSION@
|
|
include_dir=@includedir@/librb
|
|
lib_dir=@libdir@
|
|
|
|
Name: librb
|
|
Description: Portable runtime for charybdis and other things, based on libratbox
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${lib_dir} -lrb
|
|
Cflags: -I${include_dir}
|