29 lines
937 B
Bash
29 lines
937 B
Bash
|
# Template file for 'at'
|
||
|
pkgname=at
|
||
|
version=3.1.16
|
||
|
revision=1
|
||
|
build_style=gnu-configure
|
||
|
configure_args="--with-jobdir=/var/spool/atd --with-atspool=/var/spool/atd
|
||
|
--sbindir=/usr/bin --with-daemon_username=at --with-daemon_groupname=at
|
||
|
SENDMAIL=/usr/sbin/sendmail"
|
||
|
conf_files="/etc/at.deny"
|
||
|
system_accounts="at"
|
||
|
at_homedir="/var/spool/atd"
|
||
|
make_dirs="/var/spool/atd 1770 at at"
|
||
|
hostmakedepends="flex"
|
||
|
makedepends="pam-devel libfl-devel"
|
||
|
depends="virtual?smtp-server"
|
||
|
short_desc="Run commands at a specified time"
|
||
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||
|
license="GPL-2"
|
||
|
homepage="http://packages.qa.debian.org/a/at.html"
|
||
|
distfiles="${DEBIAN_SITE}/main/a/${pkgname}/${pkgname}_${version}.orig.tar.gz"
|
||
|
checksum=cb9af59c6a54edce9536ba629841055409d1f89d8ae26494727a97141fb4d5c1
|
||
|
|
||
|
do_install() {
|
||
|
sed -i '/chown/d' Makefile
|
||
|
make install IROOT="$DESTDIR" docdir=/usr/share/doc
|
||
|
vsv at
|
||
|
rm -f ${DESTDIR}/var/spool/atd/.SEQ
|
||
|
}
|