Blame libseccomp.pc.in

Packit 56e23f
#
Packit 56e23f
# Enhanced Seccomp Library pkg-config Configuration
Packit 56e23f
#
Packit 56e23f
# Copyright (c) 2012 Red Hat <pmoore@redhat.com>
Packit 56e23f
# Author: Paul Moore <paul@paul-moore.com>
Packit 56e23f
#
Packit 56e23f
Packit 56e23f
#
Packit 56e23f
# This library is free software; you can redistribute it and/or modify it
Packit 56e23f
# under the terms of version 2.1 of the GNU Lesser General Public License as
Packit 56e23f
# published by the Free Software Foundation.
Packit 56e23f
#
Packit 56e23f
# This library is distributed in the hope that it will be useful, but WITHOUT
Packit 56e23f
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
Packit 56e23f
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
Packit 56e23f
# for more details.
Packit 56e23f
#
Packit 56e23f
# You should have received a copy of the GNU Lesser General Public License
Packit 56e23f
# along with this library; if not, see <http://www.gnu.org/licenses>.
Packit 56e23f
#
Packit 56e23f
Packit 56e23f
prefix=@prefix@
Packit 56e23f
exec_prefix=@exec_prefix@
Packit 56e23f
libdir=@libdir@
Packit 56e23f
includedir=@includedir@
Packit 56e23f
Packit 56e23f
Name: libseccomp
Packit 56e23f
Description: The enhanced seccomp library
Packit 56e23f
URL: https://github.com/seccomp/libseccomp
Packit 56e23f
Version: @PACKAGE_VERSION@
Packit 56e23f
Cflags: -I${includedir}
Packit 56e23f
Libs: -L${libdir} -lseccomp