DESCRIPTION = "Patcher is a perl script for managing patches." LICENSE = "Perl" DEPENDS = "" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Holger Schurig " INHIBIT_DEFAULT_DEPS = "1" SRC_URI = "http://www.mn-logistik.de/unsupported/pxa250/patcher" do_unpack() { true } do_install() { install -d ${D}${bindir} install -m 0755 ${DL_DIR}/patcher ${D}/${bindir} } DEPENDS_prepend_delete = "patcher "