aboutsummaryrefslogtreecommitdiffstats
path: root/patcher
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2004-09-29 15:10:37 +0000
committerMatthias Hentges <oe@hentges.net>2004-09-29 15:10:37 +0000
commit6a4043e6d36d241ada95003c9014264a4c998c00 (patch)
tree91313cceeaee632a39afac542121c444e93d9129 /patcher
parent2559b746a63dac206bf8ea670e8acecd8a46e806 (diff)
downloadopenembedded-6a4043e6d36d241ada95003c9014264a4c998c00.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
into mhcln01.hentges.local:/home/mhentges/OpenEmbedded/packages 2004/09/29 16:41:23+02:00 mn-logistik.de!schurig fix some INHERIT += "oelint" warnings BKrev: 415ad06dOGp0_TI_vyRVCWHZOjrasg
Diffstat (limited to 'patcher')
-rw-r--r--patcher/patcher_20040913.oe18
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 "