aboutsummaryrefslogtreecommitdiffstats
path: root/patcher/patcher_1.0.oe
blob: b5cda684092b59bd22511a7176ba1ee386f0c88f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
SRC_URI="http://www.mn-logistik.de/unsupported/pxa250/patcher"
DESCRIPTION="Patcher tool"
LICENSE="Unknown"
DEPENDS=
SECTION="base"
PRIORITY="optional"
MAINTAINER="Chris Larson <kergoth@handhelds.org>"

inherit base

do_unpack() {
	oenote "Nothing to unpack!"
}

do_stage() {
	install -m 0755 ${DL_DIR}/patcher ${STAGING_BINDIR}/
}

do_install() {
	install -d ${D}${bindir}
	install -m 0755 ${DL_DIR}/patcher ${D}/${bindir}
}

DEPENDS_prepend_delete="patcher "