aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nonworking/tetex/tetex-native_3.0.bb
blob: 4d683ff3d1b53c7231ab2f951d9e53ac6a9696dc (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
25
26
27
28
29
30
31
32
33
34
35
require tetex_${PV}.bb
inherit native
DEPENDS = ""
PR = "r2"

PACKAGES=""
RRECOMMENDS_${PN}=""

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
}

do_install () {
	:
}


do_rm_work () {
        :
}