contrib/at/Pkgfile

22 lines
608 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/
2010-05-12 08:22:09 +02:00
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Jose V Beneyto, sepen at crux dot nu
# Depends on: exim
2007-05-30 16:07:51 +02:00
name=at
2010-05-12 08:22:09 +02:00
version=3.1.12
2008-11-27 10:56:33 +01:00
release=1
2010-05-12 08:22:09 +02:00
source=(ftp://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
2007-06-17 13:25:38 +02:00
./configure --prefix=/usr \
--mandir=/usr/man
make IROOT=$PKG install
rm -rf $PKG/usr/doc
install -D -m 0755 $SRC/atd $PKG/etc/rc.d/atd
2007-05-30 16:07:51 +02:00
}