passwdqc: add license.
This commit is contained in:
parent
7e6fdef076
commit
8c5c740305
1 changed files with 7 additions and 5 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'passwdqc'
|
# Template file for 'passwdqc'
|
||||||
pkgname=passwdqc
|
pkgname=passwdqc
|
||||||
version=1.3.1
|
version=1.3.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="SHARED_LIBDIR=/usr/lib SECUREDIR=/usr/lib/security"
|
make_install_args="SHARED_LIBDIR=/usr/lib SECUREDIR=/usr/lib/security"
|
||||||
conf_files="/etc/passwdqc.conf"
|
conf_files="/etc/passwdqc.conf"
|
||||||
makedepends="pam-devel"
|
makedepends="pam-devel"
|
||||||
short_desc="Passwordstrength checking and policy enforcement toolset"
|
short_desc="Password strength checking and policy enforcement toolset"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD"
|
license="3-clause-BSD,0BSD"
|
||||||
homepage="http://www.openwall.com/passwdqc/"
|
homepage="http://www.openwall.com/passwdqc/"
|
||||||
distfiles="http://www.openwall.com/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="http://www.openwall.com/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=d1fedeaf759e8a0f32d28b5811ef11b5a5365154849190f4b7fab670a70ffb14
|
checksum=d1fedeaf759e8a0f32d28b5811ef11b5a5365154849190f4b7fab670a70ffb14
|
||||||
|
@ -17,7 +17,9 @@ do_build() {
|
||||||
make ${makejobs} CC="$CC" LD="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
|
make ${makejobs} CC="$CC" LD="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
|
||||||
$make_install_args
|
$make_install_args
|
||||||
}
|
}
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
passwdqc-devel_package() {
|
passwdqc-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" -- development files"
|
short_desc+=" -- development files"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue