From 429e46051dba814e7d6c74368eb1bba550222cbe Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Thu, 1 Dec 2011 22:56:23 +0000 Subject: Imported Upstream version 1.4.8 --- contrib/libconfig-ruby/Rakefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 contrib/libconfig-ruby/Rakefile (limited to 'contrib/libconfig-ruby/Rakefile') diff --git a/contrib/libconfig-ruby/Rakefile b/contrib/libconfig-ruby/Rakefile new file mode 100644 index 0000000..62dc34d --- /dev/null +++ b/contrib/libconfig-ruby/Rakefile @@ -0,0 +1,17 @@ +require 'rubygems' +require 'rake/gempackagetask' + +spec = Gem::Specification.new do |s| + s.name = "rconfig" + s.version = "1.0" + s.author = "Peter Zotov" + s.email = "whitequark@whitequark.ru" + s.platform = Gem::Platform::RUBY + s.summary = "libconfig bindings" + s.files = [ File.join('ext', 'extconf.rb'), File.join('ext', 'rconfig.c') ].to_a + s.extensions = 'ext/extconf.rb' +end + +Rake::GemPackageTask.new(spec) do |pkg| +end + -- cgit v1.2.3 td>Jonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/channels-conf/dvb-t/de-Ruhrgebiet (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2005-10-25correct typoJohannes Stezenbach1-1/+1
2005-10-24move ATSC scan file to where it belongs (Boleslaw Ciesielski)Johannes Stezenbach1-0/+0
2005-10-24update from Matthieu DUCHEMINJohannes Stezenbach1-2/+2
2005-10-23update by Damien BallyJohannes Stezenbach1-5/+6