Another pass of .oe cleanups.
[vuplus_openembedded] / patcher / patcher.oe
1 DESCRIPTION = "Patcher is a perl script which I use for managing patches. It's powerful, easy to use, and fast."
2 LICENSE = "Unknown"
3 DEPENDS = ""
4 SECTION = "base"
5 PRIORITY = "optional"
6 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
7
8 SRC_URI = "http://www.holgerschurig.de/files/linux/patcher"
9
10 do_unpack() {
11         :
12 }
13
14 do_install() {
15         install -d ${D}${bindir}
16         install -m 0755 ${DL_DIR}/patcher ${D}/${bindir}
17 }
18
19 DEPENDS_prepend_delete = "patcher "