New package: pam_wrapper-1.1.3
This commit is contained in:
parent
ab4192200e
commit
2d1e6ccf85
3 changed files with 26 additions and 0 deletions
|
@ -4045,3 +4045,4 @@ libtdb-wrap-samba4.so samba-libs-4.13.3_1
|
|||
libutil-cmdline-samba4.so samba-libs-4.13.2_1
|
||||
libwinbind-client-samba4.so samba-libs-4.13.2_1
|
||||
libsixel.so.1 libsixel-1.8.6_1
|
||||
libpamtest.so.0 pam_wrapper-1.1.3_1
|
||||
|
|
24
srcpkgs/pam_wrapper/template
Normal file
24
srcpkgs/pam_wrapper/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'pam_wrapper'
|
||||
pkgname=pam_wrapper
|
||||
version=1.1.3
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DCMAKE_BUILD_TYPE=None -DUNIT_TESTING=ON"
|
||||
hostmakedepends="cmake python3"
|
||||
makedepends="python3-devel pam-devel cmocka-devel"
|
||||
short_desc="Tool to test PAM applications and modules"
|
||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://cwrap.org/pam_wrapper.html"
|
||||
distfiles="https://www.samba.org/ftp/cwrap/pam_wrapper-${version}.tar.gz"
|
||||
checksum=4feedd788c6fa36516f6d6060482cd86455998d72849eb5f539de48915bdc5f3
|
||||
lib32disabled=yes
|
||||
|
||||
python3-pypamtest_package() {
|
||||
lib32disabled=yes
|
||||
short_desc+=" - Python 3 bindings"
|
||||
depends="${sourcepkg}>=${version}_${revision} python3"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python*
|
||||
}
|
||||
}
|
1
srcpkgs/python3-pypamtest
Symbolic link
1
srcpkgs/python3-pypamtest
Symbolic link
|
@ -0,0 +1 @@
|
|||
pam_wrapper
|
Loading…
Reference in a new issue