new ipkg version
authorMarcin Juszkiewicz <hrw@openembedded.org>
Sat, 22 May 2004 20:57:15 +0000 (20:57 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Sat, 22 May 2004 20:57:15 +0000 (20:57 +0000)
2004/05/22 22:40:37+02:00 hrw.one.pl!hrw
ipkg: new upstream version

BKrev: 40afbeabiIkDLug9KA0KAZUtJdNuMA

ipkg/ipkg-0.99.121/libbb-fpic.patch [deleted file]
ipkg/ipkg-0.99.121/varargs.patch [deleted file]
ipkg/ipkg-0.99.124/varargs.patch [new file with mode: 0644]
ipkg/ipkg-native_0.99.121.oe [deleted file]
ipkg/ipkg-native_0.99.124.oe [new file with mode: 0644]
ipkg/ipkg_0.99.121.oe [deleted file]
ipkg/ipkg_0.99.124.oe [new file with mode: 0644]

diff --git a/ipkg/ipkg-0.99.121/libbb-fpic.patch b/ipkg/ipkg-0.99.121/libbb-fpic.patch
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/ipkg/ipkg-0.99.121/varargs.patch b/ipkg/ipkg-0.99.121/varargs.patch
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/ipkg/ipkg-0.99.124/varargs.patch b/ipkg/ipkg-0.99.124/varargs.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/ipkg/ipkg-native_0.99.121.oe b/ipkg/ipkg-native_0.99.121.oe
deleted file mode 100644 (file)
index 7f3daff..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-include ipkg_${PV}.oe
-inherit native
-
-DEPENDS = "patcher-native libtool-native automake-native"
-FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/ipkg-${PV}"
-PROVIDES = ""
-
diff --git a/ipkg/ipkg-native_0.99.124.oe b/ipkg/ipkg-native_0.99.124.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/ipkg/ipkg_0.99.121.oe b/ipkg/ipkg_0.99.121.oe
deleted file mode 100644 (file)
index ebf4bdc..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-DESCRIPTION = "Itsy Package Manager"
-DESCRIPTION_libipkg = "Itsy Package Manager Library"
-LICENSE = "GPL"
-PROVIDES = "virtual/ipkg libipkg"
-DEPENDS = "virtual/libc"
-PR = "r1"
-
-PACKAGES =+ "libipkg-dev libipkg "
-FILES_libipkg-dev = "${libdir}/*.a ${libdir}/*.la ${libdir}/*.so"
-FILES_libipkg = "${libdir}"
-AUTO_LIBNAME_PKGS = "libipkg"
-
-SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=familiar/dist/ipkg;tag=${@'V' + oe.data.getVar('PV',d,1).replace('.', '-')} \
-          file://libbb-fpic.patch;patch=1 \
-          file://varargs.patch;patch=1"
-S = "${WORKDIR}/ipkg/C"
-
-inherit autotools 
-
-pkg_postinst_ipkg () {
-#!/bin/sh
-if [ "x$D" != "x" ]; then
-       install -d ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d
-       # this needs to happen after S35mountall so that /tmp is available
-       echo -e "#!/bin/sh\nipkg-cl configure\nrm -f \$0" > ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S36configure
-       chmod 755 ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S36configure
-fi
-
-update-alternatives --install /usr/bin/ipkg ipkg /usr/bin/ipkg-cl 100
-}
-
-pkg_postrm_ipkg () {
-#!/bin/sh
-update-alternatives --remove ipkg /usr/bin/ipkg-cl
-}
-
-do_stage() {
-       oe_libinstall -so libipkg ${STAGING_LIBDIR}
-       install -d ${STAGING_INCDIR}/replace/
-       install -m 0644 replace/replace.h ${STAGING_INCDIR}/replace/
-       install -d ${STAGING_INCDIR}/libipkg/
-       for f in *.h
-       do
-               install -m 0644 $f ${STAGING_INCDIR}/libipkg/
-       done
-}
diff --git a/ipkg/ipkg_0.99.124.oe b/ipkg/ipkg_0.99.124.oe
new file mode 100644 (file)
index 0000000..e69de29