blob: 39df5da441c0e29b2080b7f074c1c366befb025b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# SPDX-License-Identifier: BSD-2-Clause
#
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@usrlib_execdir@
includedir=@includedir@
Name: lastlog2
Description: Y2038 safe version of lastlog
Version: @LIBLASTLOG2_VERSION@
Requires.private: sqlite3
Cflags: -I${includedir}/liblastlog2
Libs: -L${libdir} -llastlog2
|