contrib/at/Pkgfile

22 lines
548 B
Plaintext
Raw Normal View History

2007-05-30 16:07:51 +02:00
# Description: at, batch - queue, examine or delete jobs for later execution
# URL: http://ftp.debian.org/debian/pool/main/a/at/
# Maintainer: UNMAINTAINED
# Depends on: exim
2007-05-30 16:07:51 +02:00
name=at
version=3.1.20
2008-11-27 10:56:33 +01:00
release=1
source=(http://ftp.debian.org/debian/pool/main/a/$name/${name}_$version.orig.tar.gz \
2007-05-30 16:07:51 +02:00
atd)
build() {
cd $name-$version
export SENDMAIL=/usr/sbin/sendmail
autoreconf
CONFIG_SHELL=/bin/bash ./configure --prefix=/usr
make -j1
make IROOT=$PKG install
rm -r $PKG/usr/doc
install -D -m 0755 $SRC/atd $PKG/etc/rc.d/atd
2007-05-30 16:07:51 +02:00
}