summaryrefslogtreecommitdiff
path: root/nonworking/tetex/tetex_2.0.2.oe
diff options
context:
space:
mode:
Diffstat (limited to 'nonworking/tetex/tetex_2.0.2.oe')
-rw-r--r--nonworking/tetex/tetex_2.0.2.oe13
1 files changed, 13 insertions, 0 deletions
diff --git a/nonworking/tetex/tetex_2.0.2.oe b/nonworking/tetex/tetex_2.0.2.oe
index e69de29bb2..c3ada3fd20 100644
--- a/nonworking/tetex/tetex_2.0.2.oe
+++ b/nonworking/tetex/tetex_2.0.2.oe
@@ -0,0 +1,13 @@
+DEPENDS = virtual/libc
+RDEPENDS = libc6
+
+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
+}