summaryrefslogtreecommitdiff
path: root/libseccomp.pc.in
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2012-04-16 15:46:48 -0400
committerPaul Moore <pmoore@redhat.com>2012-04-16 15:48:12 -0400
commitc6ffe26aa809bf17319eb38d4e133adbdc9a550f (patch)
tree7efd83012955379b73e49fd455ec0c19b6ec0306 /libseccomp.pc.in
parentb692c08760918932dd50ed97ddf8d85320ab7379 (diff)
downloadlibseccomp-c6ffe26aa809bf17319eb38d4e133adbdc9a550f.tar.gz
build: generate a pkgconfig file at configure time
Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'libseccomp.pc.in')
-rw-r--r--libseccomp.pc.in31
1 files changed, 31 insertions, 0 deletions
diff --git a/libseccomp.pc.in b/libseccomp.pc.in
new file mode 100644
index 0000000..dc7390a
--- /dev/null
+++ b/libseccomp.pc.in
@@ -0,0 +1,31 @@
+#
+# Enhanced Seccomp Library pkg-config Configuration
+#
+# Copyright (c) 2012 Red Hat <pmoore@redhat.com>
+# Author: Paul Moore <pmoore@redhat.com>
+#
+
+#
+# This library is free software; you can redistribute it and/or modify it
+# under the terms of version 2.1 of the GNU Lesser General Public License as
+# published by the Free Software Foundation.
+#
+# This library is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
+# for more details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with this library; if not, see <http://www.gnu.org/licenses>.
+#
+
+prefix=%%INSTALL_PREFIX%%
+includedir=${prefix}/include
+libdir=${prefix}/lib
+
+Name: libseccomp
+Description: The enhanced seccomp library
+URL: http://libseccomp.sf.net
+Version: %%VERSION_RELEASE%%
+Cflags: -I${includedir}
+Libs: -L${libdir} -lseccomp