blob: e83bedf8388e951c61195f818401a67fa65afd1e (
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 libtool
do_configure () {
sh ./reautoconf
oe_runconf
}
|