Add some missing fields for ipk creation
BKrev: 3f0c578c1xSmv7hhzPJG9_qRPhrgWQ
DESCRIPTION="Itsy Package Manager utilities"
+DEPENDS=""
+SECTION="base"
+PRIORITY="optional"
+MAINTAINER="Chris Larson <kergoth@handhelds.org>"
LICENSE="GPL"
SRC_URI="cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=ipkg-utils"
#DEPENDS=virtual/libc
DESCRIPTION="Kernel headers need to compile the C-Library"
+DEPENDS=""
+SECTION="base"
+PRIORITY="optional"
+MAINTAINER="Chris Larson <kergoth@handhelds.org>"
LICENSE="GPL"
SRC_URI="http://www.uclibc.org/downloads/toolchain/${P}.tar.bz2"
PROVIDES=virtual/kernel-header
+SRC_URI="http://www.mn-logistik.de/unsupported/pxa250/patcher"
+DESCRIPTION="Patcher tool"
+LICENSE="Unknown"
+DEPENDS=
+SECTION="base"
+PRIORITY="optional"
+MAINTAINER="Chris Larson <kergoth@handhelds.org>"
+
+do_unpack() {
+ oenote "Nothing to unpack!"
+}
+
+do_stage() {
+ install -m 0755 ${DL_DIR}/patcher ${STAGING_BINDIR}/
+}
+
+do_install() {
+ install -d ${D}/usr/bin
+ install -m 0755 ${DL_DIR}/patcher ${D}/usr/bin
+}