BKrev: 40046b0cvzAn4Wx9FOrZ-U3eM4VM8w
+++ /dev/null
-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>"
-
-inherit base
-
-do_unpack() {
- oenote "Nothing to unpack!"
-}
-
-do_stage() {
- install -m 0755 ${DL_DIR}/patcher ${STAGING_BINDIR}/
-}
-
-do_install() {
- install -d ${D}${bindir}
- install -m 0755 ${DL_DIR}/patcher ${D}/${bindir}
-}
-
-DEPENDS_prepend_delete="patcher "