2a12bfbb165006a20571d013af28a2744465e6c0
[vuplus_openembedded] / irda-utils / irda-utils_0.9.15.oe
1 DEPENDS = "virtual/libc"
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
6 SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \
7            file://${FILESDIR}/configure.patch;patch=1 \
8            file://${FILESDIR}/m4.patch;patch=1"
9
10 inherit autotools 
11
12 do_compile () {
13         oe_runmake -e -C irattach
14         oe_runmake -e -C irdaping
15 }
16
17 do_install () {
18         install -d ${D}${sbindir}
19         oe_runmake -C irattach ROOT="${D}" install
20         oe_runmake -C irdaping ROOT="${D}" install
21 }