mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-09 19:27:42 +01:00
12 lines
239 B
PkgConfig
12 lines
239 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libbsd
|
|
Description: BSD compatibility library
|
|
Version: 0.0
|
|
URL: http://libbsd.freedesktop.org/
|
|
Libs: -L${libdir} -lbsd
|
|
Cflags: -I${includedir}
|