Attached is a Rakefile that contains a Ruby Gem spec that creates a Gem for Ruby/PAM. I moved Ruby/PAM's source files to the "/ext" directory so Gem's convention is followed. The resulting directory tree looks like:
nolane@smashtv:~/pam-1.5.2> ls *
ChangeLog COPYING MANIFEST Rakefile README
ext:
depend extconf.rb pam.c pam.h pam_handle.c
test:
check_conv.rb check_get_item.rb check_user.rb
Regards,
Nolan Eakins
SemanticGap: http://www.semanticgap.com/
Rakefile that can produce a Gem for Ruby/PAM