summaryrefslogtreecommitdiffstats
path: root/libitm.1.pkg
diff options
context:
space:
mode:
Diffstat (limited to 'libitm.1.pkg')
-rw-r--r--libitm.1.pkg/control7
1 files changed, 7 insertions, 0 deletions
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.