]> git.pld-linux.org Git - packages/Producer.git/commitdiff
- pkgconfig file
authorsparky <sparky@pld-linux.org>
Fri, 4 Mar 2005 21:01:17 +0000 (21:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Producer.pc -> 1.1

Producer.pc [new file with mode: 0644]

diff --git a/Producer.pc b/Producer.pc
new file mode 100644 (file)
index 0000000..9d14e20
--- /dev/null
@@ -0,0 +1,14 @@
+# pkg-config source file
+
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: producer
+Description: cross-platform C++ library for managing OpenGL rendering contexts
+Version: 0.8,5
+Requires: openthreads
+Conflicts:
+Libs: -L${libdir} -lProducer
+Cflags: -I${includedir}
This page took 0.061429 seconds and 4 git commands to generate.