From c777ec3d3f35c49b05444a45d9d21f9693eec9ba Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 16 Dec 2013 16:51:41 +0100 Subject: [PATCH] New package: python-pam-0.1.4. --- srcpkgs/python-pam/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/python-pam/template diff --git a/srcpkgs/python-pam/template b/srcpkgs/python-pam/template new file mode 100644 index 00000000000..7cdbc50e4be --- /dev/null +++ b/srcpkgs/python-pam/template @@ -0,0 +1,23 @@ +# Template file for 'python-pam' +pkgname=python-pam +version=0.1.4 +revision=1 +wrksrc="${pkgname/python-}-${version}" +build_style=python-module +hostmakedepends="python python-distribute" +makedepends="python-devel pam-devel" +short_desc="Python module for PAM authentication" +maintainer="Juan RP " +homepage="http://atlee.ca/software/pam/" +license="MIT" +distfiles="http://pypi.python.org/packages/source/p/pam/${pkgname/python-/}-${version}.tar.gz" +checksum=35e88575afc37a2a5f96e20b22fa55d3e3213370d4ce640af1597c2a1dde226b + +python-pam_package() { + noarch=yes + pycompile_module="pam.py" + depends="python pam" + pkg_install() { + vmove all + } +}