about summary refs log tree commit homepage
path: root/dtas-linux.gemspec
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-08-24 09:46:53 +0000
committerEric Wong <normalperson@yhbt.net>2013-08-25 00:01:22 +0000
commitdba1db0282af2712503b8526eaeebf0958953308 (patch)
tree3c10f1d6b33caf71b92997909a70fb9f729aff56 /dtas-linux.gemspec
parent97b851b0dad8f6a3c3352bdff8f4a3aac539d354 (diff)
downloaddtas-dba1db0282af2712503b8526eaeebf0958953308.tar.gz
We shall reserve dtas-mpris until it's actually implemented.
Diffstat (limited to 'dtas-linux.gemspec')
-rw-r--r--dtas-linux.gemspec18
1 files changed, 18 insertions, 0 deletions
diff --git a/dtas-linux.gemspec b/dtas-linux.gemspec
new file mode 100644
index 0000000..34462b3
--- /dev/null
+++ b/dtas-linux.gemspec
@@ -0,0 +1,18 @@
+# -*- encoding: binary -*-
+# this just declares dependencies to make gem installation a little easier
+# for Linux users
+Gem::Specification.new do |s|
+  s.name = %q{dtas-linux}
+  s.version = '1.0.0'
+  s.authors = ["dtas hackers"]
+  s.summary = "meta-package for dtas users on the Linux kernel"
+  s.description = "gives small performance improvements for dtas users\n" \
+                  "via tee(), splice() and eventfd() on Linux"
+  s.email = %q{e@80x24.org}
+  s.files = []
+  s.homepage = 'http://dtas.80x24.org/'
+  s.add_dependency(%q<dtas>)
+  s.add_dependency(%q<io_splice>, '~> 4')
+  s.add_dependency(%q<sleepy_penguin>, '~> 3')
+  s.licenses = "GPLv3+"
+end