X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=utils%2Fat%2FMakefile;h=d0a36766d6cd2b884984375a2e2f751261829769;hb=075c14e2ecf4e9a8a2e97c381749f0b495ad552c;hp=91875adee3d5882429e03dd32e117c556e41d32a;hpb=31ab40a64fb5d307905fface477dec2837bf93d3;p=packages.git diff --git a/utils/at/Makefile b/utils/at/Makefile index 91875adee..d0a36766d 100644 --- a/utils/at/Makefile +++ b/utils/at/Makefile @@ -1,20 +1,19 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2008-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk PKG_NAME:=at -PKG_VERSION:=3.1.10ubuntu4 -PKG_RELEASE:=2 +PKG_VERSION:=3.1.12 +PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://archive.ubuntu.com/ubuntu/pool/main/a/at -PKG_MD5SUM:=64eec8c9e5a6e16e775ee9efe31b8508 +PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz +PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/a/at +PKG_MD5SUM:=1e67991776148fb319fd77a2e599a765 include $(INCLUDE_DIR)/package.mk @@ -23,22 +22,24 @@ define Package/at CATEGORY:=Utilities DEPENDS:=+libelf TITLE:=Delayed job execution and batch processing + URL:=http://packages.debian.org/stable/at + MAINTAINER:=Luka Perkov endef define Package/at/description - At and batch read shell commands from standard input - storing them as a job to be scheduled for execution in the - future. + At and batch read shell commands from standard input storing them as a job to + be scheduled for execution in the future. endef export SENDMAIL=/bin/true EXTRA_CFLAGS:=-DNEED_YYWRAP -I$(PKG_BUILD_DIR) -I$(STAGING_DIR)/usr/include/libelf \ - -L$(STAGING_DIR)/usr/lib -CONFIGURE_ARGS+=--with-daemon_username=nobody \ + $(TARGET_LDFLAGS) + +CONFIGURE_ARGS+=--prefix=/usr \ + --with-daemon_username=nobody \ --with-daemon_groupname=nogroup \ --with-jobdir=/var/spool/cron/atjobs \ - --with-atspool=/var/spool/cron/atspool \ - --without-pam \ + --with-atspool=/var/spool/cron/atspool define Package/at/install $(INSTALL_DIR) $(1)/usr/bin $(1)/usr/sbin $(1)/etc/init.d/