1################################################################################ 2# 3# at 4# 5################################################################################ 6 7AT_VERSION = 3.2.2 8AT_SOURCE = at_$(AT_VERSION).orig.tar.gz 9AT_SITE = http://software.calhariz.com/at 10AT_AUTORECONF = YES 11AT_DEPENDENCIES = $(if $(BR2_PACKAGE_FLEX),flex) host-bison host-flex 12AT_LICENSE = GPL-2.0+, GPL-3.0+, ISC 13AT_LICENSE_FILES = Copyright COPYING 14 15AT_CONF_OPTS = \ 16 --with-jobdir=/var/spool/cron/atjobs \ 17 --with-atspool=/var/spool/cron/atspool \ 18 --with-daemon_username=root \ 19 --with-daemon_groupname=root \ 20 SENDMAIL=/usr/sbin/sendmail 21 22define AT_INSTALL_INIT_SYSV 23 $(INSTALL) -m 0755 -D package/at/S99at $(TARGET_DIR)/etc/init.d/S99at 24endef 25 26$(eval $(autotools-package)) 27