Balló György pushed to branch main at Arch Linux / Packaging / Packages /
libpwquality
Commits:
707bf8ef by Balló György at 2024-07-20T19:46:41+02:00
Formatting
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -5,15 +5,22 @@ pkgname=libpwquality
pkgver=1.4.5
pkgrel=5
pkgdesc='Library for password quality checking and generating random passwords'
-arch=('x86_64')
+arch=(x86_64)
url='https://github.com/libpwquality/libpwquality'
license=('BSD-3-Clause OR GPL-2.0-or-later')
-depends=('cracklib' 'glibc' 'pam')
+depends=(
+ cracklib
+ glibc
+ pam
+)
optdepends=('python: Python bindings')
-makedepends=('git' 'python-setuptools')
-backup=('etc/security/pwquality.conf')
+makedepends=(
+ git
+ python-setuptools
+)
+backup=(etc/security/pwquality.conf)
source=("git+https://github.com/libpwquality/libpwquality.git#tag=$pkgname-$pkgver")
-b2sums=('640d13a93fd577ddd1396e3839f8fef85dbdcfb8f77af1f9817109ae03849e273c97b578de5c210491eb7e2292367e6bc64615315d09bb70c2bc848041f3c9a7')
+b2sums=(640d13a93fd577ddd1396e3839f8fef85dbdcfb8f77af1f9817109ae03849e273c97b578de5c210491eb7e2292367e6bc64615315d09bb70c2bc848041f3c9a7)
prepare() {
cd $pkgname
@@ -27,7 +34,10 @@ prepare() {
build() {
cd $pkgname
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libpwquality/-/commit/707bf8ef4584c5c0f1c892599e8de47fcc780f85
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libpwquality/-/commit/707bf8ef4584c5c0f1c892599e8de47fcc780f85
You're receiving this email because of your account on gitlab.archlinux.org.