diff options
Diffstat (limited to 'patcher')
-rw-r--r-- | patcher/patcher_20040913.oe | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/patcher/patcher_20040913.oe b/patcher/patcher_20040913.oe index e69de29bb2..95ab5f0d16 100644 --- a/patcher/patcher_20040913.oe +++ b/patcher/patcher_20040913.oe @@ -0,0 +1,18 @@ +DESCRIPTION = "Patcher is a perl script for managing patches." +HOMEPAGE = "http://www.holgerschurig.de/patcher.html" +LICENSE = "Perl" +DEPENDS = "" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Holger Schurig <hs4233@mail.mn-solutions.de>" +INHIBIT_DEFAULT_DEPS = "1" + +SRC_URI = "http://www.holgerschurig.de/files/linux/patcher-${PV}.tar.bz2" +S="${WORKDIR}/patcher" + +do_install() { + install -d ${D}${bindir} + install -m 0755 patcher.py ${D}/${bindir}/patcher +} + +DEPENDS_prepend_delete = "patcher " |