🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930313233343536373839
pkgname: libpwquality
pkgver: '1.4.5'
pkgrel: '7'
pkgdesc: 'Library for password quality checking and generating random passwords'
url: 'https://fedorahosted.org/libpwquality/'
arch: x86_64
depends:
- pam
- cracklib
makedepends:
- autoconf
- libtool
- 'python-setuptools'
- pam
- python
- cracklib
source:
- 'python.patch'
- 'https://github.com/${pkgname}/${pkgname}/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2'
sha256sums:
- SKIP
- SKIP
build: |
cd ${pkgname}-${pkgver}
patch -Np1 -i ../python.patch
autoreconf -fi
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--with-securedir=/usr/lib/security \
--with-python-binary=python3
make
make DESTDIR=${PKGDIR} install
package: |
true