cracklib: fix build after auto-create_wrksrc
This commit is contained in:
parent
67b523fb1b
commit
7e1464d01b
|
@ -2,6 +2,7 @@
|
||||||
pkgname=cracklib
|
pkgname=cracklib
|
||||||
version=2.9.7
|
version=2.9.7
|
||||||
revision=2
|
revision=2
|
||||||
|
create_wrksrc=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="libtool automake gettext-devel"
|
hostmakedepends="libtool automake gettext-devel"
|
||||||
|
@ -16,12 +17,16 @@ checksum="8b6fd202f3f1d8fa395d3b7a5d821227cfd8bb4a9a584a7ae30cf62cea6287dd
|
||||||
|
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
mv cracklib-${version}/* .
|
||||||
|
}
|
||||||
|
|
||||||
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
|
||||||
}
|
}
|
||||||
|
|
||||||
cracklib-devel_package() {
|
cracklib-devel_package() {
|
||||||
|
|
Loading…
Reference in New Issue