summaryrefslogtreecommitdiff
path: root/packages/tetex/tetex-native_3.0.bb
blob: b4b68bed5c381645a3a1f4ccad414e16d44361f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
include tetex_${PV}.bb
inherit native
DEPENDS = ""
PR = "r1"

do_configure() {
	oe_runconf
}

BINARIES = "texk/web2c/tangle \
            texk/web2c/ctangle \
            texk/web2c/otangle \
            texk/web2c/tie \
            utils/texinfo/info/makedoc \
            utils/texinfo/makeinfo/makeinfo"

do_stage() {
	for binary in ${BINARIES}
	do
		install -m 0755 $binary ${STAGING_BINDIR}
	done
}