summaryrefslogtreecommitdiff
path: root/content/patcher-1.0.oe
blob: 63bfe64aa387c4a232de1d6a83c09a25211efccc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>"

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

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

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