Current libudev-zero source code doesn't have license information in source files. This patch add license information to source files based on SPDX standard.
14 lines
313 B
PkgConfig
14 lines
313 B
PkgConfig
# SPDX-License-Identifier: ISC
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libudev
|
|
Description: Daemonless replacement for libudev
|
|
Version: @VERSION@
|
|
URL: https://github.com/illiliti/libudev-zero
|
|
Libs: -L${libdir} -ludev
|
|
Libs.private: -pthread
|
|
Cflags: -I${includedir}
|