add FILES
authorPhil Blundell <philb@gnu.org>
Tue, 6 Jul 2004 10:49:45 +0000 (10:49 +0000)
committerPhil Blundell <philb@gnu.org>
Tue, 6 Jul 2004 10:49:45 +0000 (10:49 +0000)
BKrev: 40ea83c9Pm8b3B6gyLaWzXyNF0DR_g

chkhinge/chkhinge_20040706.oe

index e69de29..1974d5a 100644 (file)
@@ -0,0 +1,14 @@
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=apps/chkhinge;date=${PV}"
+S = "${WORKDIR}/chkhinge"
+
+FILES_${PN} = "/bin"
+
+do_compile() {
+       oe_runmake
+}
+
+do_install() {
+       install -d ${D}/bin
+       install chkhinge ${D}/bin/
+}
+