36c1e11cfe6a2cb1ab396b6fe87e7aff20b37e1f
[vuplus_openembedded] / irda-utils / irda-utils_0.9.15.oe
1 SECTION = "base"
2 DESCRIPTION = "Provides common files needed to use IrDA. \
3 IrDA allows communication over Infrared with other devices \
4 such as phones and laptops."
5 LICENSE = "GPL"
6
7 SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \
8            file://configure.patch;patch=1 \
9            file://m4.patch;patch=1"
10
11 inherit autotools 
12
13 do_compile () {
14         oe_runmake -e -C irattach
15         oe_runmake -e -C irdaping
16 }
17
18 do_install () {
19         install -d ${D}${sbindir}
20         oe_runmake -C irattach ROOT="${D}" install
21         oe_runmake -C irdaping ROOT="${D}" install
22 }