aboutsummaryrefslogtreecommitdiffstats
path: root/packages/nonworking/tetex/tetex_2.0.2.bb
blob: 98e9edb35c8b194ad5ed8b0a28d06e6412effedc (plain)
1
2
3
4
5
6
7
8
9
10
SRC_URI = ftp://cam.ctan.org/tex-archive/systems/unix/teTeX/2.0/distrib/tetex-src-${PV}.tar.gz \
	  file://${FILESDIR}/configure.patch;patch=1
S = ${WORKDIR}/tetex-src-${PV}

inherit autotools

do_configure () {
	sh ./reautoconf
	oe_runconf
}