cracklib: update to 2.8.19.
This commit is contained in:
parent
4b67a5e238
commit
7518637867
@ -1,15 +1,12 @@
|
|||||||
# Template file for 'cracklib-devel'.
|
# Template file for 'cracklib-devel'.
|
||||||
#
|
#
|
||||||
depends="zlib-devel cracklib"
|
noarch=yes
|
||||||
|
depends="zlib-devel cracklib>=${version}"
|
||||||
short_desc="${sourcepkg} development files"
|
short_desc="${sourcepkg} development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
do_install()
|
vmove usr/include usr
|
||||||
{
|
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
|
||||||
}
|
}
|
||||||
|
@ -8,9 +8,6 @@ long_desc="${long_desc}
|
|||||||
|
|
||||||
pycompile_module="."
|
pycompile_module="."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
do_install()
|
vmove "usr/lib/python*" usr/lib
|
||||||
{
|
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/python* ${DESTDIR}/usr/lib
|
|
||||||
}
|
}
|
||||||
|
@ -1,15 +1,16 @@
|
|||||||
# Template file for 'cracklib'
|
# Template file for 'cracklib'
|
||||||
pkgname=cracklib
|
pkgname=cracklib
|
||||||
version=2.8.18
|
version=2.8.19
|
||||||
revision=7
|
revision=1
|
||||||
homepage="http://cracklib.sourceforge.net/"
|
|
||||||
distfiles="${SOURCEFORGE_SITE}/cracklib/$pkgname-$version.tar.gz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-static"
|
||||||
makedepends="python-devel zlib-devel"
|
makedepends="python-devel zlib-devel"
|
||||||
short_desc="Password Checking Library"
|
short_desc="Password Checking Library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
checksum=2b072f67f7267358459424c3ed70f7f5b70919118e6504a90d3bce37a67c1454
|
homepage="http://cracklib.sourceforge.net/"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/cracklib/$pkgname-$version.tar.gz"
|
||||||
|
checksum=7086b0ca23f875c9cd9ea2a993c262384b274dba9c4ea1da845ec8ac290748a9
|
||||||
long_desc="
|
long_desc="
|
||||||
cracklib is a password checking library. It can check a given password
|
cracklib is a password checking library. It can check a given password
|
||||||
against a dictionary file to find weak passwords (vulnerable to
|
against a dictionary file to find weak passwords (vulnerable to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user