libpwquality: update to 1.2.2.
This commit is contained in:
parent
28ea86f23e
commit
c93275006c
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libpwquality'
|
||||
pkgname=libpwquality
|
||||
version=1.2.0
|
||||
revision=3
|
||||
version=1.2.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-pam --disable-python-bindings
|
||||
--with-securedir=/usr/lib/security"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="https://fedorahosted.org/libpwquality/"
|
||||
license="GPL-2"
|
||||
distfiles="https://fedorahosted.org/releases/l/i/$pkgname/$pkgname-$version.tar.bz2"
|
||||
checksum=32cfbe302ade7e7271ed44bcae8aae3b6b55ca56ff642c4ece1752ffaa8003ee
|
||||
checksum=9689627283b43d20ca74ca822404ee486242e3e528fa95bf7016d37ff46e0696
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends="libtool automake gettext-devel"
|
||||
|
@ -22,17 +22,17 @@ fi
|
|||
|
||||
libpwquality-devel_package() {
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
libpwquality_package() {
|
||||
conf_files="/etc/security/pwquality.conf"
|
||||
pkg_install() {
|
||||
vmove etc
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue