libpwquality: update to 1.2.4.
This commit is contained in:
parent
0f576c9f8c
commit
a898ecbca6
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'libpwquality'
|
# Template file for 'libpwquality'
|
||||||
pkgname=libpwquality
|
pkgname=libpwquality
|
||||||
version=1.2.3
|
version=1.2.4
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --enable-pam --disable-python-bindings
|
configure_args="--disable-static --enable-pam --disable-python-bindings
|
||||||
--with-securedir=/usr/lib/security"
|
--with-securedir=/usr/lib/security"
|
||||||
|
hostmakedepends="libtool automake gettext-devel"
|
||||||
makedepends="cracklib-devel pam-devel"
|
makedepends="cracklib-devel pam-devel"
|
||||||
conf_files="/etc/security/pwquality.conf"
|
conf_files="/etc/security/pwquality.conf"
|
||||||
short_desc="Library for password quality checking and generating random passwords"
|
short_desc="Library for password quality checking and generating random passwords"
|
||||||
|
@ -12,17 +13,14 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="https://fedorahosted.org/libpwquality/"
|
homepage="https://fedorahosted.org/libpwquality/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="https://fedorahosted.org/releases/l/i/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="https://fedorahosted.org/releases/l/i/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
checksum=b11c79ce7b03cdf878fccb653e67bd430155cc6fd224efbbb3e78842f752516a
|
checksum=9ad67be364a66dc8b334a473c77d9f531137ee0e9d85d81f567f410a375857c7
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
pre_configure() {
|
||||||
hostmakedepends="libtool automake gettext-devel"
|
autoreconf -fi
|
||||||
pre_configure() {
|
}
|
||||||
autoreconf -fi
|
|
||||||
}
|
|
||||||
fi
|
|
||||||
|
|
||||||
libpwquality-devel_package() {
|
libpwquality-devel_package() {
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
depends="cracklib-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Reference in New Issue