[oe-commits] Roman I Khimov : libsocket6-perl: add Socket6 Perl module

git version control git at git.openembedded.org
Thu Mar 25 07:08:19 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 0ba9b9434e4da1b10e17fa6e5581d06b958edde3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0ba9b9434e4da1b10e17fa6e5581d06b958edde3

Author: Roman I Khimov <khimov at altell.ru>
Date:   Wed Mar 17 13:49:52 2010 +0300

libsocket6-perl: add Socket6 Perl module

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

---

 recipes/perl/libsocket6-perl_0.23.bb |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/recipes/perl/libsocket6-perl_0.23.bb b/recipes/perl/libsocket6-perl_0.23.bb
new file mode 100644
index 0000000..82f980d
--- /dev/null
+++ b/recipes/perl/libsocket6-perl_0.23.bb
@@ -0,0 +1,24 @@
+DESCRIPTION = "Perl extensions for IPv6"
+SECTION = "libs"
+LICENSE = "BSD"
+PR = "r0"
+
+BBCLASSEXTEND = "native"
+
+CFLAGS += "-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE"
+BUILD_CFLAGS += "-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-${PV}.tar.gz;name=socket6-perl-${PV}"
+SRC_URI[socket6-perl-0.23.md5sum] = "2c02adb13c449d48d232bb704ddbd492"
+SRC_URI[socket6-perl-0.23.sha256sum] = "eda753f0197e8c3c8d4ab20a634561ce84011fa51aa5ff40d4dbcb326ace0833"
+
+S = "${WORKDIR}/Socket6-${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