summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-04-23 12:37:34 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-04-23 12:37:34 (EDT)
commit9741dae8f257ef56272f9f33fa71c31e6dd83b64 (patch)
tree9a257a74b04695ab1e8442b482f384e3b03254d2
parent61b7908675eb2d0fad7874c98c1c2cf65a3af2fe (diff)
Add some binary package control files.
-rw-r--r--libgomp.1.pkg/control6
-rw-r--r--libitm.1.pkg/control7
-rw-r--r--libmudflap.0-4.7-dev.pkg/control12
-rw-r--r--libmudflap.0.pkg/control7
-rw-r--r--libstdc++.6-4.7-dev.pkg/control10
5 files changed, 42 insertions, 0 deletions
diff --git a/libgomp.1.pkg/control b/libgomp.1.pkg/control
new file mode 100644
index 0000000..4cb8ff7
--- /dev/null
+++ b/libgomp.1.pkg/control
@@ -0,0 +1,6 @@
+Architecture: any
+Platform: all
+Depends: gcc-4.7-common (= ${Binary-Version}), libc.6
+Description: GNU OpenMP library
+ This package provides the GNU implementation of the OpenMP API for
+ multi-platform shared-memory parallel programming in C, C++, and Fortran.
diff --git a/libitm.1.pkg/control b/libitm.1.pkg/control
new file mode 100644
index 0000000..006c99e
--- /dev/null
+++ b/libitm.1.pkg/control
@@ -0,0 +1,7 @@
+Architecture: any
+Platform: all
+Depends: gcc-4.7-common (= ${Binary-Version}), libc.6, libgcc.1
+Description: GNU Tranactional Memory Library
+ GNU Transactional Memory Library (libitm) provides transaction support for
+ accesses to the memory of a process, enabling easy-to-use synchronization of
+ accesses to shared memory by several threads.
diff --git a/libmudflap.0-4.7-dev.pkg/control b/libmudflap.0-4.7-dev.pkg/control
new file mode 100644
index 0000000..41a5b09
--- /dev/null
+++ b/libmudflap.0-4.7-dev.pkg/control
@@ -0,0 +1,12 @@
+Architecture: any
+Platform: all
+Depends: gcc-4.7-common (= ${Binary-Version}),
+ libmudflap.0 (= ${Binary-Version}),
+ libc.6-dev
+Description: GCC mudflap library - development files
+ The GCC mudflap library instruments all risky pointer/array dereferencing
+ operations, some standard library string/heap functions, and some other
+ associated constructs with range/validity tests.
+ .
+ This package provides the headers and library files necessary to compile
+ instrumented programs with mudflap.
diff --git a/libmudflap.0.pkg/control b/libmudflap.0.pkg/control
new file mode 100644
index 0000000..b15865d
--- /dev/null
+++ b/libmudflap.0.pkg/control
@@ -0,0 +1,7 @@
+Architecture: any
+Platform: all
+Depends: gcc-4.7-common (= ${Binary-Version}), libc.6
+Description: GCC mudflap library
+ The GCC mudflap library instruments all risky pointer/array dereferencing
+ operations, some standard library string/heap functions, and some other
+ associated constructs with range/validity tests.
diff --git a/libstdc++.6-4.7-dev.pkg/control b/libstdc++.6-4.7-dev.pkg/control
new file mode 100644
index 0000000..ca75cbb
--- /dev/null
+++ b/libstdc++.6-4.7-dev.pkg/control
@@ -0,0 +1,10 @@
+Architecture: any
+Platform: all
+Depends: gcc-4.7-common (= ${Binary-Version}),
+ g++-4.7 (= ${Binary-Version}),
+ libstdc++.6 (>= ${Binary-Version}),
+ libc.6-dev,
+Provides: libstdc++.6-dev
+Description: GNU C++ library - development files
+ This package provides the headers and library files necessary to build C++
+ programs with the GNU Standard C++ Library v3.