new SRC_URI for patcher
authorMichael Lauer <mickey@vanille-media.de>
Thu, 11 Mar 2004 23:18:45 +0000 (23:18 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 11 Mar 2004 23:18:45 +0000 (23:18 +0000)
BKrev: 4050f3d5Gh_05bsSRPefFdHSnzkOgQ

patcher/patcher.oe

index e69de29..7e280d8 100644 (file)
@@ -0,0 +1,19 @@
+DESCRIPTION=Patcher is a perl script which I use for managing patches. It's powerful, easy to use, and fast.
+LICENSE=Unknown
+DEPENDS=
+SECTION=base
+PRIORITY=optional
+MAINTAINER="Chris Larson <kergoth@handhelds.org>"
+
+SRC_URI = http://www.holgerschurig.de/files/linux/patcher
+
+do_unpack() {
+       oenote "Nothing to unpack!"
+}
+
+do_install() {
+       install -d ${D}${bindir}
+       install -m 0755 ${DL_DIR}/patcher ${D}/${bindir}
+}
+
+DEPENDS_prepend_delete="patcher "