Add a ton of missing package DESCRIPTION fields.
[vuplus_openembedded] / autofs / autofs_4.0.0.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/v4/autofs-${PV}-1.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         oe_runmake 'INSTALLROOT=${D}' install
17 }