cracklib: update to 2.9.7.
This commit is contained in:
parent
baef8fa52a
commit
41ec05448e
1 changed files with 13 additions and 9 deletions
|
@ -1,25 +1,26 @@
|
|||
# Template file for 'cracklib'
|
||||
pkgname=cracklib
|
||||
version=2.9.6
|
||||
revision=2
|
||||
lib32disabled=yes
|
||||
version=2.9.7
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="libtool automake gettext-devel python"
|
||||
makedepends="python-devel"
|
||||
short_desc="Password Checking Library"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="LGPL-2.1"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://github.com/cracklib/cracklib"
|
||||
distfiles="
|
||||
https://github.com/cracklib/cracklib/releases/download/cracklib-${version}/cracklib-${version}.tar.gz
|
||||
http://mirror.netcologne.de/gentoo/distfiles/cracklib-words-${version}.gz"
|
||||
checksum="17cf76943de272fd579ed831a1fd85339b393f8d00bf9e0d17c91e972f583343
|
||||
27973245225eeb9d0090e97f3dea4197dec99b64d9d3a791a60298f3b021824c"
|
||||
distfiles="https://github.com/cracklib/cracklib/releases/download/v${version}/cracklib-${version}.tar.gz
|
||||
https://github.com/cracklib/cracklib/releases/download/v${version}/cracklib-words-${version}.gz"
|
||||
checksum="8b6fd202f3f1d8fa395d3b7a5d821227cfd8bb4a9a584a7ae30cf62cea6287dd
|
||||
7f0c45faf84a2494f15d1e2720394aca4a379163a70c4acad948186c0047d389"
|
||||
|
||||
lib32disabled=yes
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vinstall ../cracklib-words-${version} 644 usr/share/cracklib cracklib-words
|
||||
}
|
||||
|
@ -29,8 +30,10 @@ cracklib-devel_package() {
|
|||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
cracklib-python_package() {
|
||||
lib32disabled=yes
|
||||
depends="python"
|
||||
|
@ -40,6 +43,7 @@ cracklib-python_package() {
|
|||
vmove "usr/lib/python*"
|
||||
}
|
||||
}
|
||||
|
||||
libcracklib_package() {
|
||||
short_desc+=" - runtime library"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue