[DRE-commits] r3341 - tools/ruby-support/trunk

ryan52-guest at alioth.debian.org ryan52-guest at alioth.debian.org
Thu Mar 26 06:54:03 UTC 2009


Author: ryan52-guest
Date: 2009-03-26 06:54:02 +0000 (Thu, 26 Mar 2009)
New Revision: 3341

Added:
   tools/ruby-support/trunk/ruby-support.make
Log:
add an example makefile snippit

Added: tools/ruby-support/trunk/ruby-support.make
===================================================================
--- tools/ruby-support/trunk/ruby-support.make	                        (rev 0)
+++ tools/ruby-support/trunk/ruby-support.make	2009-03-26 06:54:02 UTC (rev 3341)
@@ -0,0 +1,6 @@
+# include this in the rules of a setup.rb using package and you'll get...interesting results :)
+
+DEB_RUBY_CONFIG_ARGS += --librubyver=/usr/lib/ruby-support/$(cdbs_curpkg)
+
+$(patsubst %,install/%,$(DEB_ALL_PACKAGES))::
+        dh_ruby -p$(cdbs_curpkg)




More information about the Pkg-ruby-extras-commits mailing list