cracklib: move to usr/bin.
This commit is contained in:
parent
55ab53f2d8
commit
48ce30fcad
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'cracklib'
|
||||
pkgname=cracklib
|
||||
version=2.9.4
|
||||
revision=1
|
||||
revision=2
|
||||
lib32disabled=yes
|
||||
create_wrksrc=yes
|
||||
build_wrksrc="${pkgname}-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
configure_args="--sbindir=/usr/bin --disable-static"
|
||||
hostmakedepends="libtool automake gettext-devel python-devel"
|
||||
makedepends="python-devel"
|
||||
short_desc="Password Checking Library"
|
||||
|
@ -34,7 +34,6 @@ cracklib-devel_package() {
|
|||
vmove usr/include
|
||||
}
|
||||
}
|
||||
|
||||
cracklib-python_package() {
|
||||
lib32disabled=yes
|
||||
depends="python"
|
||||
|
@ -44,7 +43,6 @@ cracklib-python_package() {
|
|||
vmove "usr/lib/python*"
|
||||
}
|
||||
}
|
||||
|
||||
libcracklib_package() {
|
||||
short_desc+=" - runtime library"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue