mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
cracklib: update to 2.9.6
This commit is contained in:
parent
bf82b51490
commit
5eb12450a0
1 changed files with 9 additions and 9 deletions
|
@ -1,30 +1,30 @@
|
||||||
# Template file for 'cracklib'
|
# Template file for 'cracklib'
|
||||||
pkgname=cracklib
|
pkgname=cracklib
|
||||||
version=2.9.5
|
version=2.9.6
|
||||||
revision=1
|
revision=1
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_wrksrc="${pkgname}-${version}"
|
build_wrksrc="${pkgname}-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin --disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="libtool automake gettext-devel python-devel"
|
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.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://cracklib.sourceforge.net/"
|
homepage="https://github.com/cracklib/cracklib"
|
||||||
distfiles="
|
distfiles="
|
||||||
${SOURCEFORGE_SITE}/cracklib/${pkgname}-${version}.tar.gz
|
https://github.com/cracklib/cracklib/releases/download/cracklib-${version}/cracklib-${version}.tar.gz
|
||||||
${SOURCEFORGE_SITE}/cracklib/${pkgname}-words-1.2.gz"
|
https://github.com/cracklib/cracklib/releases/download/cracklib-${version}/cracklib-words-${version}.bz2"
|
||||||
checksum="
|
checksum="
|
||||||
59ab0138bc8cf90cccb8509b6969a024d5e58d2d02bcbdccbb9ba9b88be3fa33
|
17cf76943de272fd579ed831a1fd85339b393f8d00bf9e0d17c91e972f583343
|
||||||
9b323c100780f2a817ab3de082b8bfaa4478bfa174dcbd016810ed8be60cbe16"
|
460307bb9b46dfd5068d62178285ac2f70279e64b968972fe96f5ed07adc1a77"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${wrksrc}/cracklib-words-1.2 644 usr/share/cracklib cracklib-words
|
vinstall ${wrksrc}/cracklib-words-${version} 644 usr/share/cracklib cracklib-words
|
||||||
}
|
}
|
||||||
|
|
||||||
cracklib-devel_package() {
|
cracklib-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue