contrib/at/Pkgfile

22 lines
627 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/
2007-11-09 19:19:17 +01:00
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# Packager: Jose V Beneyto, sepen at users dot sourceforge dot net
2007-05-30 16:07:51 +02:00
# Depends on:
name=at
2008-02-26 00:51:27 +01:00
version=3.1.10.1
2007-11-09 19:19:17 +01:00
release=1
source=(ftp://ftp.debian.org/debian/pool/main/a/${name}/${name}_${version}.tar.gz \
2007-05-30 16:07:51 +02:00
atd)
build() {
cd ${name}-${version}
autoconf
2007-06-17 13:25:38 +02:00
./configure --prefix=/usr \
--mandir=/usr/man
2007-05-30 16:07:51 +02:00
make IROOT=${PKG} install
rm -rf ${PKG}/usr/doc
install -D -m 0755 ${SRC}/atd ${PKG}/etc/rc.d/atd
}