Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / nonworking / tetex / tetex_2.0.2.oe
1 SRC_URI = ftp://cam.ctan.org/tex-archive/systems/unix/teTeX/2.0/distrib/tetex-src-${PV}.tar.gz \
2           file://${FILESDIR}/configure.patch;patch=1
3 S = ${WORKDIR}/tetex-src-${PV}
4
5 inherit autotools libtool
6
7 do_configure () {
8         sh ./reautoconf
9         oe_runconf
10 }