Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Sat, 24 Apr 2004 17:03:11 +0000 (17:03 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sat, 24 Apr 2004 17:03:11 +0000 (17:03 +0000)
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages

2004/04/24 19:03:05+02:00 uni-frankfurt.de!mickey
fix libipkg staging

BKrev: 408a9dcf5xpDZrY3LUiPF2IZJhU9AA

ipkg/libipkg_0.99.120.oe

index e69de29..10a4326 100644 (file)
@@ -0,0 +1,25 @@
+include ipkg_${PV}.oe
+
+DESCRIPTION = "Itsy Package Manager Library"
+
+do_stage() {
+       oe_soinstall .libs/libipkg.so.0.0.0 ${STAGING_LIBDIR}/
+       install -d ${STAGING_INCDIR}/replace/
+       install -m 0644 replace/replace.h ${STAGING_INCDIR}/replace/
+       for f in *.h
+       do
+               install -m 0644 $f ${STAGING_INCDIR}/
+       done
+       
+}
+
+do_install() {
+       install -d ${D}/${libdir}/
+        oe_soinstall .libs/libipkg.so.0.0.0 ${D}/${libdir}/
+}
+
+pkg_postinst() {
+}
+
+pkg_postrm() {
+}