[oe-commits] Roman I Khimov : libauthen-pam-perl: add Authen::PAM Perl module

git version control git at git.openembedded.org
Fri Mar 19 21:01:58 UTC 2010


Module: openembedded.git
Branch: rik/perl-5.10
Commit: 9116d13b2ada99da11caf52f0ccabd5434be92e7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9116d13b2ada99da11caf52f0ccabd5434be92e7

Author: Roman I Khimov <khimov at altell.ru>
Date:   Thu Mar 18 15:05:15 2010 +0300

libauthen-pam-perl: add Authen::PAM Perl module

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 recipes/perl/libauthen-pam-perl_0.16.bb |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/recipes/perl/libauthen-pam-perl_0.16.bb b/recipes/perl/libauthen-pam-perl_0.16.bb
new file mode 100644
index 0000000..c8fdfa4
--- /dev/null
+++ b/recipes/perl/libauthen-pam-perl_0.16.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "Authen::PAM - Perl interface to PAM library"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+DEPENDS = "libpam"
+RDEPENDS = "perl-module-posix"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/N/NI/NIKIP/Authen-PAM-${PV}.tar.gz;name=authen-pam-perl-${PV}"
+SRC_URI[authen-pam-perl-0.16.md5sum] = "7278471dfa694d9ef312bc92d7099af2"
+SRC_URI[authen-pam-perl-0.16.sha256sum] = "0e949bd9a2a9df0f829971030fe9169cbaf6cec78b92faf22f547ff6c6155c9b"
+
+S = "${WORKDIR}/Authen-PAM-${PV}"
+
+do_configure_prepend () {
+	oenote Executing autoreconf --verbose --install --force
+	mkdir -p m4
+	autoreconf -Wcross --verbose --install --force || oefatal "autoreconf execution failed."
+	sed -i 's:\./configure\(.[^-]\):./configure --build=${BUILD_SYS} --host=${HOST_SYS} --target=${TARGET_SYS} --prefix=${prefix} --exec_prefix=${exec_prefix} --bindir=${bindir} --sbindir=${sbindir} --libexecdir=${libexecdir} --datadir=${datadir} --sysconfdir=${sysconfdir} --sharedstatedir=${sharedstatedir} --localstatedir=${localstatedir} --libdir=${libdir} --includedir=${includedir} --oldincludedir=${oldincludedir} --infodir=${infodir} --mandir=${mandir}\1:' Makefile.PL
+}
+
+inherit cpan





More information about the Openembedded-commits mailing list