2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2005-11-15 07:50:34 +01:00
|
|
|
#
|
|
|
|
# at
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-04-13 08:52:41 +02:00
|
|
|
|
2022-02-28 13:02:43 +01:00
|
|
|
AT_VERSION = 3.2.5
|
2021-07-23 22:08:37 +02:00
|
|
|
AT_SOURCE = at_$(AT_VERSION).orig.tar.gz
|
|
|
|
AT_SITE = http://software.calhariz.com/at
|
2013-03-23 23:26:40 +01:00
|
|
|
AT_DEPENDENCIES = $(if $(BR2_PACKAGE_FLEX),flex) host-bison host-flex
|
2017-03-30 15:43:33 +02:00
|
|
|
AT_LICENSE = GPL-2.0+, GPL-3.0+, ISC
|
2014-07-15 21:37:15 +02:00
|
|
|
AT_LICENSE_FILES = Copyright COPYING
|
2010-07-27 09:45:26 +02:00
|
|
|
|
2014-09-27 21:32:44 +02:00
|
|
|
AT_CONF_OPTS = \
|
2014-10-25 20:29:31 +02:00
|
|
|
--with-jobdir=/var/spool/cron/atjobs \
|
|
|
|
--with-atspool=/var/spool/cron/atspool \
|
|
|
|
--with-daemon_username=root \
|
|
|
|
--with-daemon_groupname=root \
|
2010-01-28 16:03:06 +01:00
|
|
|
SENDMAIL=/usr/sbin/sendmail
|
|
|
|
|
2014-11-30 15:18:14 +01:00
|
|
|
define AT_INSTALL_INIT_SYSV
|
2010-12-09 10:55:12 +01:00
|
|
|
$(INSTALL) -m 0755 -D package/at/S99at $(TARGET_DIR)/etc/init.d/S99at
|
2010-09-01 23:12:35 +02:00
|
|
|
endef
|
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|