mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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'
|
# Template file for 'cracklib'
|
||||||
pkgname=cracklib
|
pkgname=cracklib
|
||||||
version=2.9.6
|
version=2.9.7
|
||||||
revision=2
|
revision=1
|
||||||
lib32disabled=yes
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="libtool automake gettext-devel python"
|
hostmakedepends="libtool automake gettext-devel python"
|
||||||
makedepends="python-devel"
|
makedepends="python-devel"
|
||||||
short_desc="Password Checking Library"
|
short_desc="Password Checking Library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/cracklib/cracklib"
|
homepage="https://github.com/cracklib/cracklib"
|
||||||
distfiles="
|
distfiles="https://github.com/cracklib/cracklib/releases/download/v${version}/cracklib-${version}.tar.gz
|
||||||
https://github.com/cracklib/cracklib/releases/download/cracklib-${version}/cracklib-${version}.tar.gz
|
https://github.com/cracklib/cracklib/releases/download/v${version}/cracklib-words-${version}.gz"
|
||||||
http://mirror.netcologne.de/gentoo/distfiles/cracklib-words-${version}.gz"
|
checksum="8b6fd202f3f1d8fa395d3b7a5d821227cfd8bb4a9a584a7ae30cf62cea6287dd
|
||||||
checksum="17cf76943de272fd579ed831a1fd85339b393f8d00bf9e0d17c91e972f583343
|
7f0c45faf84a2494f15d1e2720394aca4a379163a70c4acad948186c0047d389"
|
||||||
27973245225eeb9d0090e97f3dea4197dec99b64d9d3a791a60298f3b021824c"
|
|
||||||
|
lib32disabled=yes
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ../cracklib-words-${version} 644 usr/share/cracklib cracklib-words
|
vinstall ../cracklib-words-${version} 644 usr/share/cracklib cracklib-words
|
||||||
}
|
}
|
||||||
|
@ -29,8 +30,10 @@ cracklib-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
cracklib-python_package() {
|
cracklib-python_package() {
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
depends="python"
|
depends="python"
|
||||||
|
@ -40,6 +43,7 @@ cracklib-python_package() {
|
||||||
vmove "usr/lib/python*"
|
vmove "usr/lib/python*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libcracklib_package() {
|
libcracklib_package() {
|
||||||
short_desc+=" - runtime library"
|
short_desc+=" - runtime library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue