summaryrefslogtreecommitdiff
path: root/nonworking
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-12-17 22:37:25 +0000
committerChris Larson <clarson@kergoth.com>2003-12-17 22:37:25 +0000
commit677faaedaf1ccf078045c98fdb90e4a4b0e3e864 (patch)
treef08ad894e353ea137eec64d0a7645bc0c01469c8 /nonworking
parent43e2b018f8fa226109d1c1016c66996965da08b8 (diff)
Add DEPENDS to aterm .oe.
BKrev: 3fe0daa5QomP_SM9fvGjKDm0R2POTQ
Diffstat (limited to 'nonworking')
-rw-r--r--nonworking/aterm/aterm_0.4.2.oe9
1 files changed, 9 insertions, 0 deletions
diff --git a/nonworking/aterm/aterm_0.4.2.oe b/nonworking/aterm/aterm_0.4.2.oe
index e69de29bb2..384346957f 100644
--- a/nonworking/aterm/aterm_0.4.2.oe
+++ b/nonworking/aterm/aterm_0.4.2.oe
@@ -0,0 +1,9 @@
+DEPENDS = virtual/libc x11-cvs xproto-cvs
+
+SRC_URI = ${SOURCEFORGE_MIRROR}/aterm/aterm-${PV}.tar.bz2
+
+inherit autotools
+
+do_configure_prepend () {
+ cp autoconf/* .
+}