at: update to 3.2.4.

This commit is contained in:
Leah Neukirchen 2022-01-30 12:29:07 +01:00
parent cc5efb144d
commit f9b91014b6

View file

@ -1,6 +1,6 @@
# Template file for 'at'
pkgname=at
version=3.2.2
version=3.2.4
revision=1
build_style=gnu-configure
configure_args="--with-jobdir=/var/spool/atd --with-atspool=/var/spool/atd
@ -14,7 +14,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-or-later"
homepage="http://packages.qa.debian.org/a/at.html"
distfiles="${DEBIAN_SITE}/main/a/${pkgname}/${pkgname}_${version}.orig.tar.gz"
checksum=2211da14914fde1f9cc83592838fb6385a32fb11fcecb7816c77700df6559088
checksum=9f135ade9e847c279d2ec96d3b166aff41504c33e43077e9137733c127f026d3
disable_parallel_build=yes
conf_files="/etc/at.deny"
@ -24,7 +24,7 @@ make_dirs="/var/spool/atd 1770 at at"
do_install() {
sed -i '/chown/d' Makefile
make install IROOT="$DESTDIR" docdir=/usr/share/doc
make install DESTDIR="$DESTDIR" docdir=/usr/share/doc
vsv at
rm -f ${DESTDIR}/var/spool/atd/.SEQ
}