File: README

package info (click to toggle)
ruby-timfel-krb5-auth 0.8.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 100 kB
  • sloc: ansic: 499; ruby: 36; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Ruby bindings for the Kerberos library

This is an implementation of Ruby bindings for the Kerberos library.

To build a gem, you'll want to:

$ rake gem
$ sudo gem install pkg/krb5-auth-{VERSION}.gem

To build an RPM, you'll want to:

$ rake rpm
$ sudo rpm -Uvh pkg/{i386,x86_64}/rubygem-krb5-auth-{VERSION}.{i386,x86_64}.rpm

and then install the resulting RPM.

To build it just for development, you'll want to:
$ rake build

To build the documentation, make sure you have rdoc installed, and then:
$ rake rdoc