From 06f7d17e81de21a95e35b03453242bc62b05a6aa Mon Sep 17 00:00:00 2001
From: Chris Larson <clarson@kergoth.com>
Date: Sat, 13 Mar 2004 05:42:36 +0000
Subject: First pass of .oe cleanups.

BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw
---
 autofs/autofs_3.1.7.oe | 18 ++++++++++++++++++
 autofs/autofs_4.0.0.oe | 16 ++++++++++++++++
 2 files changed, 34 insertions(+)

(limited to 'autofs')

diff --git a/autofs/autofs_3.1.7.oe b/autofs/autofs_3.1.7.oe
index e69de29bb2..71e1df204e 100644
--- a/autofs/autofs_3.1.7.oe
+++ b/autofs/autofs_3.1.7.oe
@@ -0,0 +1,18 @@
+DEPENDS = "virtual/libc"
+RDEPENDS = "libc6"
+
+SRC_URI = "ftp://ftp.kernel.org/pub/linux/daemons/autofs/v3/autofs-${PV}.tar.bz2"
+
+inherit autotools
+
+do_configure_prepend () {
+	if [ ! -e acinclude.m4 ]; then
+		cp aclocal.m4 acinclude.m4
+	fi
+}
+
+do_install () {
+	install -d ${D}/${mandir}/man5 ${D}/${mandir}/man8 \
+		   ${D}/${sbindir}
+	oe_runmake 'INSTALLROOT=${D}' install
+}
diff --git a/autofs/autofs_4.0.0.oe b/autofs/autofs_4.0.0.oe
index e69de29bb2..555d9ec9f6 100644
--- a/autofs/autofs_4.0.0.oe
+++ b/autofs/autofs_4.0.0.oe
@@ -0,0 +1,16 @@
+DEPENDS = "virtual/libc"
+RDEPENDS = "libc6"
+
+SRC_URI = "ftp://ftp.kernel.org/pub/linux/daemons/autofs/v4/autofs-${PV}-1.tar.bz2"
+
+inherit autotools
+
+do_configure_prepend () {
+	if [ ! -e acinclude.m4 ]; then
+		cp aclocal.m4 acinclude.m4
+	fi
+}
+
+do_install () {
+	oe_runmake 'INSTALLROOT=${D}' install
+}
-- 
cgit v1.2.3