at: update to 3.1.23.
This commit is contained in:
parent
473cf10a94
commit
559b786aeb
1 changed files with 8 additions and 7 deletions
|
@ -1,25 +1,26 @@
|
||||||
# Template file for 'at'
|
# Template file for 'at'
|
||||||
pkgname=at
|
pkgname=at
|
||||||
version=3.1.20
|
version=3.1.23
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-jobdir=/var/spool/atd --with-atspool=/var/spool/atd
|
configure_args="--with-jobdir=/var/spool/atd --with-atspool=/var/spool/atd
|
||||||
--sbindir=/usr/bin --with-daemon_username=at --with-daemon_groupname=at
|
--sbindir=/usr/bin --with-daemon_username=at --with-daemon_groupname=at
|
||||||
SENDMAIL=/usr/sbin/sendmail"
|
SENDMAIL=/usr/sbin/sendmail"
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
conf_files="/etc/at.deny"
|
|
||||||
system_accounts="at"
|
|
||||||
at_homedir="/var/spool/atd"
|
|
||||||
make_dirs="/var/spool/atd 1770 at at"
|
|
||||||
hostmakedepends="flex"
|
hostmakedepends="flex"
|
||||||
makedepends="pam-devel libfl-devel"
|
makedepends="pam-devel libfl-devel"
|
||||||
depends="virtual?smtp-server"
|
depends="virtual?smtp-server"
|
||||||
short_desc="Run commands at a specified time"
|
short_desc="Run commands at a specified time"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://packages.qa.debian.org/a/at.html"
|
homepage="http://packages.qa.debian.org/a/at.html"
|
||||||
distfiles="${DEBIAN_SITE}/main/a/${pkgname}/${pkgname}_${version}.orig.tar.gz"
|
distfiles="${DEBIAN_SITE}/main/a/${pkgname}/${pkgname}_${version}.orig.tar.gz"
|
||||||
checksum=0871923cab73050b98ace020664eb2ddc1e669e4166b5abb64d864d02fcefab9
|
checksum=97450aa954aaa8a70218cc8e61a33df9fee9f86527e9f861de302fb7a3c81710
|
||||||
|
|
||||||
|
conf_files="/etc/at.deny"
|
||||||
|
system_accounts="at"
|
||||||
|
at_homedir="/var/spool/atd"
|
||||||
|
make_dirs="/var/spool/atd 1770 at at"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
sed -i '/chown/d' Makefile
|
sed -i '/chown/d' Makefile
|
||||||
|
|
Loading…
Reference in a new issue