summaryrefslogtreecommitdiff
path: root/packages/maemo4/outo_0.1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/maemo4/outo_0.1.1.bb')
-rw-r--r--packages/maemo4/outo_0.1.1.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/maemo4/outo_0.1.1.bb b/packages/maemo4/outo_0.1.1.bb
new file mode 100644
index 0000000000..7fe0343691
--- /dev/null
+++ b/packages/maemo4/outo_0.1.1.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Outo Unit Tester by Otso"
+LICENSE = "LGPL"
+
+SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/o/outo/outo_${PV}.orig.tar.gz \
+ http://repository.maemo.org/pool/maemo/ossw/source/o/outo/outo_0.1.1-2.diff.gz;patch=1;pnum=1"
+S = "${WORKDIR}/outo-0.1.1-20030806.orig"
+
+inherit pkgconfig autotools
+
+
+do_stage() {
+ install -d ${STAGING_INCDIR}
+ install -m 644 include/outo.h ${STAGING_INCDIR}
+}