ipkg: add .163
authorKoen Kooi <koen@openembedded.org>
Thu, 10 Aug 2006 09:55:26 +0000 (09:55 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 10 Aug 2006 09:55:26 +0000 (09:55 +0000)
* no new bugs noticed after >1 week of on-device testing

packages/ipkg/ipkg_0.99.163.bb [new file with mode: 0644]

diff --git a/packages/ipkg/ipkg_0.99.163.bb b/packages/ipkg/ipkg_0.99.163.bb
new file mode 100644 (file)
index 0000000..71c2ffa
--- /dev/null
@@ -0,0 +1,17 @@
+include ipkg.inc
+
+S = "${WORKDIR}/ipkg-${PV}"
+
+SRC_URI = "http://www.handhelds.org/pub/packages/ipkg/ipkg-${PV}.tar.gz \
+       file://terse.patch;patch=1"
+
+
+do_stage() {
+       oe_libinstall -so libipkg ${STAGING_LIBDIR}
+       install -d ${STAGING_INCDIR}/libipkg/
+       for f in *.h  
+       do   
+               install -m 0644 $f ${STAGING_INCDIR}/libipkg/   
+       done
+}
+