summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-09-12 19:37:38 +0000
committerChris Larson <clarson@kergoth.com>2003-09-12 19:37:38 +0000
commit501f1cebdd134c3080b339ff56025f4ecfc9c334 (patch)
treeeb7fdba52a7d439e3343ff7eac107f43dae4698b /content
parent107e45f4e461af6c653bede19a0bc8a28da54ba7 (diff)
irda-utils-0.9.15.oe:
Switch to upstream rather than debian sources for irda-utils. BKrev: 3f622082yE4NfWbIItE5dlIiU-v0Cg
Diffstat (limited to 'content')
-rw-r--r--content/irda-utils-0.9.15.oe21
1 files changed, 21 insertions, 0 deletions
diff --git a/content/irda-utils-0.9.15.oe b/content/irda-utils-0.9.15.oe
index e69de29bb2..d946f757f0 100644
--- a/content/irda-utils-0.9.15.oe
+++ b/content/irda-utils-0.9.15.oe
@@ -0,0 +1,21 @@
+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
+}