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