1 ################################################################################
5 ################################################################################
8 AT_SOURCE
= at_
$(AT_VERSION
).orig.
tar.gz
9 AT_SITE
= http
://snapshot.debian.org
/archive
/debian
/20141023T043132Z
/pool
/main
/a
/at
10 # missing deps for parsetime.l
13 AT_DEPENDENCIES
= $(if
$(BR2_PACKAGE_FLEX
),flex
) host-bison host-flex
14 AT_LICENSE
= GPLv2
+, GPLv3
+, ISC
15 AT_LICENSE_FILES
= Copyright COPYING
18 --with-jobdir
=/var
/spool
/cron
/atjobs \
19 --with-atspool
=/var
/spool
/cron
/atspool \
20 --with-daemon_username
=root \
21 --with-daemon_groupname
=root \
22 SENDMAIL
=/usr
/sbin
/sendmail
24 define AT_INSTALL_INIT_SYSV
25 $(INSTALL
) -m
0755 -D package
/at
/S99at
$(TARGET_DIR
)/etc
/init.d
/S99at
28 $(eval
$(autotools-package
))