Package: pwgen Version: 2.03 Revision: 1 Description: Simple password generator DescDetail: << pwgen generates random, meaningless but pronounceable passwords. These passwords contain either only lowercase letters, or upper and lower case mixed, or digits thrown in. Uppercase letters and digits are placed in a way that eases remembering their position when memorizing only the word. << License: GPL DocFiles: LICENSE ChangeLog Maintainer: Beat Birkhofer Homepage: http://sourceforge.net/projects/pwgen/ BuildDepends: libgnugetopt Depends: libgnugetopt-shlibs Source: mirror:sourceforge:%n/%n-%v.tar.gz Source-MD5: 1a73657a0a10f3c3d00933036369e702 setCPPFLAGS: -I%p/include/gnugetopt SetLDFLAGS: -lgnugetopt ConfigureParams: --cache-file=/dev/null --mandir=%p/share/man InstallScript: << head -9 pwgen.c > LICENSE make install DESTDIR=%d <<