aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libdevice-serialport-perl_1.04.bb
blob: 3b0a94f3a375a6696085dfc7da68dd1d70f9a9a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
DESCRIPTION = "Device::SerialPort - Linux/POSIX emulation of Win32::SerialPort functions."
SECTION = "libs"
LICENSE = "Artistic"
RDEPENDS_${PN} += "perl-module-carp perl-module-posix perl-module-io-handle \
	     perl-module-strict perl-module-warnings perl-module-vars \
	     perl-module-xsloader"
PR = "r3"

SRC_URI = "http://www.cpan.org/modules/by-module/Device/Device-SerialPort-${PV}.tar.gz"

S = "${WORKDIR}/Device-SerialPort-${PV}"

inherit cpan

# inspired by autotools.bbclass
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
}

BBCLASSEXTEND="native"

SRC_URI[md5sum] = "82c698151f934eb28c65d1838cee7d9e"
SRC_URI[sha256sum] = "d392567cb39b4ea606c0e0acafd8ed72320311b995336ece5fcefcf9b150e9d7"