18 lines
567 B
Bash
18 lines
567 B
Bash
# Template file for 'python-pam'
|
|
pkgname=python-pam
|
|
version=0.1.4
|
|
revision=6
|
|
noarch=yes
|
|
wrksrc="${pkgname/python-}-${version}"
|
|
build_style=python2-module
|
|
hostmakedepends="python-setuptools"
|
|
makedepends="python-devel pam-devel"
|
|
depends="python pam"
|
|
pycompile_module="pam.py"
|
|
short_desc="Python2 module for PAM authentication"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://atlee.ca/software/pam/"
|
|
license="MIT"
|
|
distfiles="${PYPI_SITE}/p/pam/${pkgname/python-/}-${version}.tar.gz"
|
|
checksum=35e88575afc37a2a5f96e20b22fa55d3e3213370d4ce640af1597c2a1dde226b
|