summaryrefslogtreecommitdiff
path: root/at/Pkgfile
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2018-01-10 13:48:31 +0100
committerJuergen Daubert <jue@jue.li>2018-01-10 13:48:31 +0100
commitf029f8c2b69876924f210bfc12af92b21ce52f5c (patch)
treeeef29e496ffcc447f072e3d78786f90d6f1558a2 /at/Pkgfile
parent9847f4c59fa5dc830cf8532a1565b6b569861c2e (diff)
downloadcontrib-f029f8c2b69876924f210bfc12af92b21ce52f5c.tar.gz
contrib-f029f8c2b69876924f210bfc12af92b21ce52f5c.tar.xz
at: fix source URL, update to 3.1.20, set UNMAINTAINED (FS#1553)
Diffstat (limited to 'at/Pkgfile')
-rw-r--r--at/Pkgfile14
1 files changed, 7 insertions, 7 deletions
diff --git a/at/Pkgfile b/at/Pkgfile
index c53d8e168..d27670c5c 100644
--- a/at/Pkgfile
+++ b/at/Pkgfile
@@ -1,21 +1,21 @@
# Description: at, batch - queue, examine or delete jobs for later execution
# URL: http://ftp.debian.org/debian/pool/main/a/at/
-# Maintainer: Jose V Beneyto, sepen at crux dot nu
-# Packager: Jose V Beneyto, sepen at crux dot nu
+# Maintainer: UNMAINTAINED
# Depends on: exim
name=at
-version=3.1.12
+version=3.1.20
release=1
-source=(ftp://ftp.debian.org/debian/pool/main/a/$name/${name}_$version.orig.tar.gz \
+source=(http://ftp.debian.org/debian/pool/main/a/$name/${name}_$version.orig.tar.gz \
atd)
build() {
cd $name-$version
export SENDMAIL=/usr/sbin/sendmail
- ./configure --prefix=/usr \
- --mandir=/usr/man
+ autoreconf
+ CONFIG_SHELL=/bin/bash ./configure --prefix=/usr
+ make -j1
make IROOT=$PKG install
- rm -rf $PKG/usr/doc
+ rm -r $PKG/usr/doc
install -D -m 0755 $SRC/atd $PKG/etc/rc.d/atd
}

Generated by cgit