mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 04:12:57 +02:00
cracklib: move to usr/bin.
This commit is contained in:
parent
55ab53f2d8
commit
48ce30fcad
1 changed files with 2 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'cracklib'
|
# Template file for 'cracklib'
|
||||||
pkgname=cracklib
|
pkgname=cracklib
|
||||||
version=2.9.4
|
version=2.9.4
|
||||||
revision=1
|
revision=2
|
||||||
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="--disable-static"
|
configure_args="--sbindir=/usr/bin --disable-static"
|
||||||
hostmakedepends="libtool automake gettext-devel python-devel"
|
hostmakedepends="libtool automake gettext-devel python-devel"
|
||||||
makedepends="python-devel"
|
makedepends="python-devel"
|
||||||
short_desc="Password Checking Library"
|
short_desc="Password Checking Library"
|
||||||
|
@ -34,7 +34,6 @@ cracklib-devel_package() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
cracklib-python_package() {
|
cracklib-python_package() {
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
depends="python"
|
depends="python"
|
||||||
|
@ -44,7 +43,6 @@ 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