1 # what with: http://code.google.com/p/chromium/issues/detail?id=37755
2 # This is useful to work against some clients (such as Chrome) which read from the clipboard twice.
7 pkgdesc="A commandline program for managing encrypted password databases"
9 url="http://nsd.dyndns.org/pwsafe/"
11 depends=('openssl' 'libxmu' 'readline')
15 source=($url/releases/${_pkgname}-${pkgver}.tar.gz pwsafe-twice.patch)
16 md5sums=('4bb36538a2772ecbf1a542bc7d4746c0' '55c4fc50d43b5fadb864114b8e5d82ec')
19 patch ${srcdir}/${_pkgname}-${pkgver}/pwsafe.cpp pwsafe-twice.patch
20 cd ${srcdir}/${_pkgname}-${pkgver}
21 ./configure --prefix=/usr --mandir=/usr/share/man
23 make DESTDIR=${pkgdir} install
25 # Make pwsafe suid root so it can seed rng as a user
26 chmod +s ${pkgdir}/usr/bin/pwsafe