Switch to upstream rather than debian sources for irda-utils.
BKrev: 3f622082yE4NfWbIItE5dlIiU-v0Cg
+DEPENDS = virtual/libc
+RDEPENDS = libc6
+DESCRIPTION = Provides common files needed to use IrDA.\
+ IrDA allows communication over Infrared with other devices\
+ such as phones and laptops.
+
+SRC_URI = ${SOURCEFORGE_MIRROR}/irda/${P}.tar.gz
+S = ${WORKDIR}/${P}
+
+do_compile () {
+ set -e
+ oe_runmake -C irattach
+ oe_runmake -C irdaping
+}
+
+do_install () {
+ set -e
+ install -d ${D}/usr/sbin
+ oe_runmake -C irattach ROOT="${D}" install
+ oe_runmake -C irdaping ROOT="${D}" install
+}