Initial import to Tizen
[profile/ivi/python-PyPAM.git] / README
1 PyPAM -- Python bindings for PAM
2 ====================================
3
4 Author: Rob Riggs <rob@pangalactic.org>
5 Sponsor: tummy.com, Ltd. <http://www.tummy.com/>
6
7 This is a set of Python bindings for the PAM libraries. This package
8 requires Python-1.5.2 or later. You can find an SRPM at these locations:
9
10   ftp://ftp.pangalactic.org/pub/tummy/
11
12 You will need PAM 0.64 or later to compile and use this module.
13
14 For some simple examples of its use, look in the examples directory.
15
16 Compilation and Installation
17 ====================================
18
19 I use RPM, so all that is needed is to unpack the SRPM and then a  "rpm -bb
20 /usr/src/redhat/SPECS/PyPAM.spec".
21
22 If you received this as a tarball, try "rpm -ta PyPAM.tar.gz" instead.
23
24 If you really enjoy doing things the hard way, try the following:
25   ./configure
26   make
27   make install
28
29 Contacting the Author
30 ====================================
31
32 You can reach me via email at <rob@pangalactic.org>.
33