cracklib: fix distfile cracklib-words-2.9.6.gz
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
77eb026f4a
commit
94127eeb6c
1 changed files with 3 additions and 5 deletions
|
@ -3,8 +3,6 @@ pkgname=cracklib
|
||||||
version=2.9.6
|
version=2.9.6
|
||||||
revision=2
|
revision=2
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
create_wrksrc=yes
|
|
||||||
build_wrksrc="${pkgname}-${version}"
|
|
||||||
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"
|
||||||
|
@ -15,15 +13,15 @@ license="LGPL-2.1"
|
||||||
homepage="https://github.com/cracklib/cracklib"
|
homepage="https://github.com/cracklib/cracklib"
|
||||||
distfiles="
|
distfiles="
|
||||||
https://github.com/cracklib/cracklib/releases/download/cracklib-${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/cracklib-${version}/cracklib-words-${version}.bz2"
|
http://mirror.netcologne.de/gentoo/distfiles/cracklib-words-${version}.gz"
|
||||||
checksum="17cf76943de272fd579ed831a1fd85339b393f8d00bf9e0d17c91e972f583343
|
checksum="17cf76943de272fd579ed831a1fd85339b393f8d00bf9e0d17c91e972f583343
|
||||||
460307bb9b46dfd5068d62178285ac2f70279e64b968972fe96f5ed07adc1a77"
|
27973245225eeb9d0090e97f3dea4197dec99b64d9d3a791a60298f3b021824c"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${wrksrc}/cracklib-words-${version} 644 usr/share/cracklib cracklib-words
|
vinstall ../cracklib-words-${version} 644 usr/share/cracklib cracklib-words
|
||||||
}
|
}
|
||||||
|
|
||||||
cracklib-devel_package() {
|
cracklib-devel_package() {
|
||||||
|
|
Loading…
Reference in a new issue