bindings/ruby/extconf.rb
changeset 350 de2e3f3631c9
child 390 8623ce9ef39d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bindings/ruby/extconf.rb	Tue Apr 08 18:07:06 2008 +0200
@@ -0,0 +1,13 @@
+require 'pkg-config'
+
+PACKAGE_NAME = "loudmouth"
+PACKAGE_ID = "loudmouth"
+
+# SRCDIR = File.expand_path(File.dirname(__FILE__) + '/src')
+
+require 'mkmf'
+
+PKGConfig.have_package("loudmouth-1.0", 1, 3, 4) or exit 1
+PKGConfig.have_package("glib-2.0", 2, 4, 0) or exit 1
+
+create_makefile("loudmouth")