Add a ton of missing package DESCRIPTION fields.
[vuplus_openembedded] / at / at_3.1.8.oe
1 DEPENDS = "virtual/libc flex"
2 RDEPENDS = "libc6"
3 DESCRIPTION = "Delayed job execution and batch processing."
4
5 SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}-11.tar.gz \
6            file://${FILESDIR}/configure.patch;patch=1 \
7            file://${FILESDIR}/nonrootinstall.patch;patch=1"
8
9 inherit autotools
10
11 export LIBS=-L${STAGING_LIBDIR}
12
13 do_install () {
14         oe_runmake 'IROOT=${D}' install
15 }