Add a ton of missing package DESCRIPTION fields.
[openembedded.git] / autofs / autofs_3.1.7.oe
1 DEPENDS = "virtual/libc"
2 RDEPENDS = "libc6"
3 DESCRIPTION = "Kernel based automounter for linux."
4
5 SRC_URI = "ftp://ftp.kernel.org/pub/linux/daemons/autofs/v3/autofs-${PV}.tar.bz2"
6
7 inherit autotools
8
9 do_configure_prepend () {
10         if [ ! -e acinclude.m4 ]; then
11                 cp aclocal.m4 acinclude.m4
12         fi
13 }
14
15 do_install () {
16         install -d ${D}/${mandir}/man5 ${D}/${mandir}/man8 \
17                    ${D}/${sbindir}
18         oe_runmake 'INSTALLROOT=${D}' install
19 }